From 25d5ed812c360da254718c807b7ebaa680313a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Luna?= Date: Mon, 10 Sep 2018 21:22:58 +0000 Subject: [PATCH] =?UTF-8?q?Corrige=20webservice=20de=20retorno=20de=20auto?= =?UTF-8?q?riza=C3=A7=C3=A3o=20do=20Paran=C3=A1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + pytrustnfe/Servidores.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ec09e70..f956822 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ docs/_build .vscode/tags .cache .pytest_cache +.vscode/ diff --git a/pytrustnfe/Servidores.py b/pytrustnfe/Servidores.py index 2d4763a..d2c2286 100644 --- a/pytrustnfe/Servidores.py +++ b/pytrustnfe/Servidores.py @@ -437,7 +437,7 @@ UFPR = { 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: { diff --git a/setup.py b/setup.py index e0c8dde..8cceb82 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "1.0.4" +VERSION = "1.0.5" setup(