Skip to content

Commit

Permalink
[FIX] URL SEFAZ MG
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Felipe Miléo <[email protected]>
  • Loading branch information
mileo committed Oct 10, 2024
1 parent da9e24b commit 3e6b35b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/erpbrasil/edoc/nfe.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,23 +433,23 @@
UFMG = {
AMBIENTE_PRODUCAO: {
"servidor": "nfe.fazenda.mg.gov.br",
WS_NFE_INUTILIZACAO: "nfe2/services/NFeInutilizacao4",
WS_NFE_CONSULTA: "nfe2/services/NFeConsultaProtocolo4",
WS_NFE_SITUACAO: "nfe2/services/NFeStatusServico4",
WS_NFE_RECEPCAO_EVENTO: "nfe2/services/NFeRecepcaoEvento4",
WS_NFE_AUTORIZACAO: "nfe2/services/NFeAutorizacao4",
WS_NFE_RET_AUTORIZACAO: "nfe2/services/NFeRetAutorizacao4",
WS_NFE_CADASTRO: "nfe2/services/CadConsultaCadastro4",
WS_NFE_INUTILIZACAO: "nfe2/services/NFeInutilizacao4?wsdl",
WS_NFE_CONSULTA: "nfe2/services/NFeConsultaProtocolo4?wsdl",
WS_NFE_SITUACAO: "nfe2/services/NFeStatusServico4?wsdl",
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/CadConsultaCadastro4?wsdl",
},
AMBIENTE_HOMOLOGACAO: {
"servidor": "hnfe.fazenda.mg.gov.br",
WS_NFE_INUTILIZACAO: "nfe2/services/NFeInutilizacao4",
WS_NFE_CONSULTA: "nfe2/services/NFeConsultaProtocolo4",
WS_NFE_SITUACAO: "nfe2/services/NFeStatusServico4",
WS_NFE_RECEPCAO_EVENTO: "nfe2/services/NFeRecepcaoEvento4",
WS_NFE_AUTORIZACAO: "nfe2/services/NFeAutorizacao4",
WS_NFE_RET_AUTORIZACAO: "nfe2/services/NFeRetAutorizacao4",
WS_NFE_CADASTRO: "nfe2/services/CadConsultaCadastro4",
WS_NFE_INUTILIZACAO: "nfe2/services/NFeInutilizacao4?wsdl",
WS_NFE_CONSULTA: "nfe2/services/NFeConsultaProtocolo4?wsdl",
WS_NFE_SITUACAO: "nfe2/services/NFeStatusServico4?wsdl",
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/CadConsultaCadastro4?wsdl",
},
}

Expand Down

0 comments on commit 3e6b35b

Please sign in to comment.