Skip to content

Commit

Permalink
Merge pull request #612 from rabraga/master
Browse files Browse the repository at this point in the history
Update Danfe.php
  • Loading branch information
robmachado authored Jul 2, 2024
2 parents 7970ec8 + c49bf36 commit b1805ee
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/NFe/Danfe.php
Original file line number Diff line number Diff line change
Expand Up @@ -2134,17 +2134,20 @@ protected function pagamento($x, $y)
'02' => 'Cheque',
'03' => 'Cartão de Crédito',
'04' => 'Cartão de Débito',
'05' => 'Crédito Loja',
'05' => 'Cartão da Loja',
'10' => 'Vale Alimentação',
'11' => 'Vale Refeição',
'12' => 'Vale Presente',
'13' => 'Vale Combustível',
'14' => 'Duplicata Mercantil',
'15' => 'Boleto',
'16' => 'Depósito Bancário',
'17' => 'Pagamento Instantâneo (PIX)',
'18' => 'Transferência Bancária, Carteira Digit.',
'19' => 'Fidelidade, Cashback, Crédito Virtual',
'17' => 'PIX Dinâmico',
'18' => 'Transferência bancária, Carteira Digital',
'19' => 'Programa fidelidade, Cashback, Créd Virt',
'20' => 'PIX Estático',
'21' => 'Crédito em Loja',
'22' => 'Pagamento Eletrônico não Informado - Falha de hardware',
'90' => 'Sem pagamento',
'99' => 'Outros'
];
Expand Down

0 comments on commit b1805ee

Please sign in to comment.