From c95cba8ae7716891200244d2adf4440de8896255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Luna?= Date: Thu, 26 Jul 2018 18:52:50 +0000 Subject: [PATCH] =?UTF-8?q?Corrige=20webservice=20de=20recep=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20eventos=20do=20Paran=C3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pytrustnfe/Servidores.py | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pytrustnfe/Servidores.py b/pytrustnfe/Servidores.py index 0ddc8d4..abf7c45 100644 --- a/pytrustnfe/Servidores.py +++ b/pytrustnfe/Servidores.py @@ -507,8 +507,8 @@ UFPR = { WS_NFE_CONSULTA: 'nfe/NFeConsulta3', WS_NFE_SITUACAO: 'nfe/NFeStatusServico3', WS_NFE_CADASTRO: 'nfe/CadConsultaCadastro2', - WS_NFE_RECEPCAO_EVENTO: 'nfe-evento/NFeRecepcaoEvento', - WS_NFE_CANCELAMENTO: 'nfe-evento/NFeRecepcaoEvento', + WS_NFE_RECEPCAO_EVENTO: 'nfe/NFeRecepcaoEvento', + WS_NFE_CANCELAMENTO: 'nfe/NFeRecepcaoEvento', }, NFE_AMBIENTE_HOMOLOGACAO: { 'servidor': 'homologacao.nfe.fazenda.pr.gov.br', @@ -518,8 +518,8 @@ UFPR = { WS_NFE_CONSULTA: 'nfe/NFeConsulta3', WS_NFE_SITUACAO: 'nfe/NFeStatusServico3', WS_NFE_CADASTRO: 'nfe/CadConsultaCadastro2', - WS_NFE_RECEPCAO_EVENTO: 'nfe-evento/NFeRecepcaoEvento', - WS_NFE_CANCELAMENTO: 'nfe-evento/NFeRecepcaoEvento', + WS_NFE_RECEPCAO_EVENTO: 'nfe/NFeRecepcaoEvento', + WS_NFE_CANCELAMENTO: 'nfe/NFeRecepcaoEvento', } } diff --git a/setup.py b/setup.py index f548242..86cfddc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "0.9.26" +VERSION = "0.9.27" setup(