Skip to content

Commit

Permalink
ATUALIZAÇÃO CANCELAMENTO NFE PARÁ (#74)
Browse files Browse the repository at this point in the history
* Servidor Cancelamento SVAN

Servidor Cancelamento SVAN

* Update Servidores.py
  • Loading branch information
Raphael Rodrigues Nogueira authored and danimaribeiro committed Feb 8, 2018
1 parent 4899184 commit d4cf24b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytrustnfe/Servidores.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def localizar_qrcode(estado, ambiente=2):
NFE_AMBIENTE_PRODUCAO: {
'servidor': 'www.sefazvirtual.fazenda.gov.br',
WS_NFE_RECEPCAO_EVENTO: 'RecepcaoEvento/RecepcaoEvento.asmx',
WS_NFE_CANCELAMENTO: 'RecepcaoEvento/RecepcaoEvento.asmx',
WS_NFE_AUTORIZACAO: 'NfeAutorizacao/NfeAutorizacao.asmx',
WS_NFE_RET_AUTORIZACAO: 'NfeRetAutorizacao/NfeRetAutorizacao.asmx',
WS_NFE_INUTILIZACAO: 'NfeInutilizacao2/NfeInutilizacao2.asmx',
Expand All @@ -174,6 +175,7 @@ def localizar_qrcode(estado, ambiente=2):
NFE_AMBIENTE_HOMOLOGACAO: {
'servidor': 'hom.sefazvirtual.fazenda.gov.br',
WS_NFE_RECEPCAO_EVENTO: 'RecepcaoEvento/RecepcaoEvento.asmx',
WS_NFE_CANCELAMENTO: 'RecepcaoEvento/RecepcaoEvento.asmx',
WS_NFE_AUTORIZACAO: 'NfeAutorizacao/NfeAutorizacao.asmx',
WS_NFE_RET_AUTORIZACAO: 'NfeRetAutorizacao/NfeRetAutorizacao.asmx',
WS_NFE_INUTILIZACAO: 'NfeInutilizacao2/NfeInutilizacao2.asmx',
Expand Down

0 comments on commit d4cf24b

Please sign in to comment.