From 93e23b5f665cf0898028e276cb140a91d64076e6 Mon Sep 17 00:00:00 2001 From: robmachado Date: Tue, 2 Jul 2024 18:00:10 -0300 Subject: [PATCH] Ajustes para o novos tipos de pagamento --- src/Legacy/Common.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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';