Skip to content

Commit

Permalink
Merge pull request #610 from davidvrsantos/master
Browse files Browse the repository at this point in the history
feat: adiciona novos meios de pagamento NT 2024.002
  • Loading branch information
robmachado authored Jul 1, 2024
2 parents e54e5de + d9adc62 commit 7970ec8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/NFe/Traits/TraitBlocoV.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,19 @@ protected function pagType($type)
2 => 'Cheque',
3 => 'Cartão de Crédito',
4 => 'Cartão de Débito',
5 => 'Crédito Loja',
5 => 'Cartão da Loja',
10 => 'Vale Alimentação',
11 => 'Vale Refeição',
12 => 'Vale Presente',
13 => 'Vale Combustível',
15 => 'Boleto Bancário',
16 => 'Depósito Bancário',
17 => 'Pagamento Instantâneo (PIX)',
17 => 'Pagamento Instantâneo (PIX) - Dinâmico',
18 => 'Transferência bancária, Carteira Digital',
19 => 'Programa fidelidade, Cashback, Créd Virt',
20 => 'Pagamento Instantâneo (PIX) - Estático',
21 => 'Crédito em Loja',
22 => 'Pagamento Eletrônico não Informado - falha de hardware do sistema emissor',
90 => 'Sem pagamento',
99 => 'Outros',
];
Expand Down

0 comments on commit 7970ec8

Please sign in to comment.