Skip to content

Commit

Permalink
[FIX] Metodos
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcardoso21 committed Aug 28, 2018
1 parent ad58063 commit ee60ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pysped/nfe/webservices_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@
},
WS_NFE_CONSULTA_CADASTRO: {
'webservice': 'CadConsultaCadastro4',
'metodo' : 'consultaCadastro2',
'metodo' : 'consultaCadastro',
},
WS_NFE_RECEPCAO_EVENTO: {
'webservice': 'NFeRecepcaoEvento4',
'metodo' : 'nfeRecepcaoEvento',
},
WS_NFE_AUTORIZACAO: {
'webservice': 'NFeAutorizacao4',
'metodo' : 'NfeAutorizacao',
'metodo' : 'nfeAutorizacaoLote',
},
WS_NFE_CONSULTA_AUTORIZACAO: {
'webservice': 'NFeRetAutorizacao4',
'metodo' : 'NfeRetAutorizacao',
'metodo' : 'nfeRetAutorizacaoLote',
},
WS_DFE_DISTRIBUICAO: {
'webservice': 'NFeDistribuicaoDFe',
Expand Down

0 comments on commit ee60ba5

Please sign in to comment.