Skip to content

Commit

Permalink
Alterado webservice de consulta CNPJ do Estado de Minas Gerais
Browse files Browse the repository at this point in the history
  • Loading branch information
nogueira-raphael authored and danimaribeiro committed Dec 27, 2019
1 parent a94092d commit 90544b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pytrustnfe/Servidores.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,7 @@ def localizar_qrcode(estado, ambiente=2):
WS_NFE_RECEPCAO_EVENTO: 'nfe2/services/NFeRecepcaoEvento4?wsdl',
WS_NFE_AUTORIZACAO: 'nfe2/services/NFeAutorizacao4?wsdl',
WS_NFE_RET_AUTORIZACAO: 'nfe2/services/NFeRetAutorizacao4?wsdl',
WS_NFE_CADASTRO: 'nfe2/services/cadconsultacadastro2?wsdl',

WS_NFE_CADASTRO: 'nfe2/services/CadConsultaCadastro4?wsdl',
},
AMBIENTE_HOMOLOGACAO: {
'servidor': 'hnfe.fazenda.mg.gov.br',
Expand All @@ -500,7 +499,7 @@ def localizar_qrcode(estado, ambiente=2):
WS_NFE_RECEPCAO_EVENTO: 'nfe2/services/NFeRecepcaoEvento4?wsdl',
WS_NFE_AUTORIZACAO: 'nfe2/services/NFeAutorizacao4?wsdl',
WS_NFE_RET_AUTORIZACAO: 'nfe2/services/NFeRetAutorizacao4?wsdl',
WS_NFE_CADASTRO: 'nfe2/services/cadconsultacadastro2?wsdl',
WS_NFE_CADASTRO: 'nfe2/services/CadConsultaCadastro4?wsdl',
}
}

Expand Down

0 comments on commit 90544b7

Please sign in to comment.