From aa7128acd53198253a58866a5a9d6ffed955a34a Mon Sep 17 00:00:00 2001 From: Johny Chen Jy <31947361+carcaroff@users.noreply.github.com> Date: Mon, 18 Dec 2017 10:48:53 -0200 Subject: [PATCH 1/2] Update Servidores.py --- pytrustnfe/Servidores.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pytrustnfe/Servidores.py b/pytrustnfe/Servidores.py index e942df9..8ff98cd 100644 --- a/pytrustnfe/Servidores.py +++ b/pytrustnfe/Servidores.py @@ -332,8 +332,8 @@ UFBA = { WS_NFE_SITUACAO: 'webservices/NfeStatusServico/NfeStatusServico.asmx', WS_NFE_INUTILIZACAO: 'webservices/nfenw/nfeinutilizacao2.asmx', WS_NFE_CADASTRO: 'webservices/nfenw/CadConsultaCadastro2.asmx', - WS_NFE_RECEPCAO_EVENTO: 'webservices/sre/recepcaoevento', - WS_NFE_CANCELAMENTO: 'webservices/sre/recepcaoevento', + WS_NFE_RECEPCAO_EVENTO: 'webservices/sre/recepcaoevento.asmx', + WS_NFE_CANCELAMENTO: 'webservices/sre/recepcaoevento.asmx', }, NFE_AMBIENTE_HOMOLOGACAO: { 'servidor': 'hnfe.sefaz.ba.gov.br', @@ -344,8 +344,8 @@ UFBA = { WS_NFE_SITUACAO: 'webservices/NfeStatusServico/NfeStatusServico.asmx', WS_NFE_INUTILIZACAO: 'webservices/nfenw/nfeinutilizacao2.asmx', WS_NFE_CADASTRO: 'webservices/nfenw/CadConsultaCadastro2.asmx', - WS_NFE_RECEPCAO_EVENTO: 'webservices/sre/recepcaoevento', - WS_NFE_CANCELAMENTO: 'webservices/sre/recepcaoevento', + WS_NFE_RECEPCAO_EVENTO: 'webservices/sre/recepcaoevento.asmx', + WS_NFE_CANCELAMENTO: 'webservices/sre/recepcaoevento.asmx', } } From 26f4f4cb0e6b39b0698bb6da18fcaffbe9f877ba Mon Sep 17 00:00:00 2001 From: Johny Chen Jy <31947361+carcaroff@users.noreply.github.com> Date: Mon, 18 Dec 2017 12:03:39 -0200 Subject: [PATCH 2/2] Update Version 0.1.42 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a02d5c..696a49f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # coding=utf-8 from setuptools import setup, find_packages -VERSION = "0.1.41" +VERSION = "0.1.42" setup( name="PyTrustNFe",