Skip to content

Commit

Permalink
Corrige webservice de retorno de autorização do Paraná.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioluna authored and danimaribeiro committed Sep 10, 2018
1 parent 13a59b6 commit 95e3e57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ docs/_build
.vscode/tags
.cache
.pytest_cache
.vscode/
2 changes: 1 addition & 1 deletion pytrustnfe/Servidores.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def localizar_qrcode(estado, ambiente=2):
WS_NFE_SITUACAO: 'nfe/NFeStatusServico4?wsdl',
WS_NFE_RECEPCAO_EVENTO: 'nfe/NFeRecepcaoEvento4?wsdl',
WS_NFE_AUTORIZACAO: 'nfe/NFeAutorizacao4?wsdl',
WS_NFE_RET_AUTORIZACAO: 'nfe/NFeRetAutorizacao4?wsdl ',
WS_NFE_RET_AUTORIZACAO: 'nfe/NFeRetAutorizacao4?wsdl',
WS_NFE_CADASTRO: 'nfe/CadConsultaCadastro4?wsdl',
},
AMBIENTE_HOMOLOGACAO: {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.4"
VERSION = "1.0.5"


setup(
Expand Down

0 comments on commit 95e3e57

Please sign in to comment.