Skip to content

Commit

Permalink
Merge pull request #84 from erpbrasil/fix-mg-url
Browse files Browse the repository at this point in the history
[FIX] URL SEFAZ MG
  • Loading branch information
mileo authored Oct 10, 2024
2 parents da9e24b + 3e6b35b commit 6f6942b
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 6f6942b

Please sign in to comment.