Browse Source

Corrige webservice de recepção de eventos do Paraná

pull/146/head
Fábio Luna 7 years ago
parent
commit
e6a2daac81
  1. 8
      pytrustnfe/Servidores.py
  2. 2
      setup.py

8
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',
}
}

2
setup.py

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
VERSION = "0.9.26"
VERSION = "0.9.27"
setup(

Loading…
Cancel
Save