Skip to content

Commit

Permalink
Ajustes para o novos tipos de pagamento
Browse files Browse the repository at this point in the history
  • Loading branch information
robmachado committed Jul 2, 2024
1 parent b1805ee commit 93e23b5
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions src/Legacy/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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';
Expand Down

0 comments on commit 93e23b5

Please sign in to comment.