Skip to content

Commit

Permalink
Merge 0473a23 into 2ada587
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Jun 23, 2019
2 parents 2ada587 + 0473a23 commit aa20f13
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions pytrustnfe/Servidores.py
Expand Up @@ -652,24 +652,24 @@ def localizar_qrcode(estado, ambiente=2):
NFCE_MODELO: {
AMBIENTE_PRODUCAO: {
'servidor': 'nfce.fazenda.sp.gov.br',
WS_NFE_AUTORIZACAO: 'ws/nfeautorizacao.asmx',
WS_NFE_RET_AUTORIZACAO: 'ws/nferetautorizacao.asmx',
WS_NFE_INUTILIZACAO: 'ws/nfeinutilizacao2.asmx',
WS_NFE_CONSULTA: 'ws/nfeconsulta2.asmx',
WS_NFE_SITUACAO: 'ws/nfestatusservico2.asmx',
WS_NFE_AUTORIZACAO: 'ws/NFeAutorizacao4.asmx?wsdl',
WS_NFE_RET_AUTORIZACAO: 'ws/NFeRetAutorizacao4.asmx?wsdl',
WS_NFE_INUTILIZACAO: 'ws/NFeInutilizacao4.asmx?wsdl',
WS_NFE_CONSULTA: 'ws/NFeConsultaProtocolo4.asmx?wsdl',
WS_NFE_SITUACAO: 'ws/NFeStatusServico4.asmx?wsdl',
WS_NFE_CADASTRO: 'ws/cadconsultacadastro2.asmx',
WS_NFE_RECEPCAO_EVENTO: 'ws/recepcaoevento.asmx',
WS_NFE_RECEPCAO_EVENTO: 'ws/NFeRecepcaoEvento4.asmx?wsdl',
WS_NFCE_QR_CODE: '',
},
AMBIENTE_HOMOLOGACAO: {
'servidor': 'homologacao.nfce.fazenda.sp.gov.br',
WS_NFE_AUTORIZACAO: 'ws/nfeautorizacao.asmx',
WS_NFE_RET_AUTORIZACAO: 'ws/nferetautorizacao.asmx',
WS_NFE_INUTILIZACAO: 'ws/nfeinutilizacao2.asmx',
WS_NFE_CONSULTA: 'ws/nfeconsulta2.asmx',
WS_NFE_SITUACAO: 'ws/nfestatusservico2.asmx',
WS_NFE_AUTORIZACAO: 'ws/NFeAutorizacao4.asmx?wsdl',
WS_NFE_RET_AUTORIZACAO: 'ws/NFeRetAutorizacao4.asmx?wsdl',
WS_NFE_INUTILIZACAO: 'ws/NFeInutilizacao4.asmx?wsdl',
WS_NFE_CONSULTA: 'ws/NFeConsultaProtocolo4.asmx?wsdl',
WS_NFE_SITUACAO: 'ws/NFeStatusServico4.asmx?wsdl',
WS_NFE_CADASTRO: 'ws/cadconsultacadastro2.asmx',
WS_NFE_RECEPCAO_EVENTO: 'ws/recepcaoevento.asmx',
WS_NFE_RECEPCAO_EVENTO: 'ws/NFeRecepcaoEvento4.asmx?wsdl',
WS_NFCE_QR_CODE: 'https://homologacao.nfce.fazenda.sp.gov.br/NFCEConsultaPublica/Paginas/ConstultaQRCode.aspx',
}
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.39"
VERSION = "1.0.40"


setup(
Expand Down

0 comments on commit aa20f13

Please sign in to comment.