diff --git a/src/Legacy/Common.php b/src/Legacy/Common.php index aaed1271..caee21ec 100644 --- a/src/Legacy/Common.php +++ b/src/Legacy/Common.php @@ -238,7 +238,7 @@ protected function tipoPag($tPag) $tPagNome = 'Cartão de Débito'; break; case '05': - $tPagNome = 'Crédito Loja'; + $tPagNome = 'Cartão da Loja'; break; case '10': $tPagNome = 'Vale Alimentação'; @@ -262,13 +262,22 @@ protected function tipoPag($tPag) $tPagNome = 'Depósito Bancário'; break; case '17': - $tPagNome = 'Pagamento Instantâneo (PIX)'; + $tPagNome = 'PIX Dinâmico'; break; case '18': - $tPagNome = 'Transferência bancária, Carteira Digital'; + $tPagNome = 'Transferência bancária, Carteira Digit.'; break; case '19': - $tPagNome = 'Programa de fidelidade, Cashback, Crédito Virtual'; + $tPagNome = 'Programa de fidelidade, Cashback, Crédito Virt.'; + break; + case '20': + $tPagNome = 'PIX Estático'; + break; + case '21': + $tPagNome = 'Crédito em Loja'; + break; + case '22': + $tPagNome = 'Pagamento Eletrônico não Informado - Falha de hardware'; break; case '90': $tPagNome = 'Sem Pagamento';