Skip to content

Commit

Permalink
Atualizando URLS de nfse de belo horizonte
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro authored Mar 19, 2024
1 parent d95a466 commit f605bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytrustnfe/nfse/bh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ def _render(certificado, method, **kwargs):
def _send(certificado, method, **kwargs):
base_url = ""
if kwargs["ambiente"] == "producao":
base_url = "https://bhissdigital.pbh.gov.br/bhiss-ws/nfse?wsdl"
base_url = "https://bhissdigitalws.pbh.gov.br/bhiss-ws/nfse?wsdl"
else:
base_url = "https://bhisshomologa.pbh.gov.br/bhiss-ws/nfse?wsdl"
base_url = "https://bhisshomologaws.pbh.gov.br/bhiss-ws/nfse?wsdl"

xml_send = kwargs["xml"].decode("utf-8")
xml_cabecalho = '<?xml version="1.0" encoding="UTF-8"?>\
Expand Down

0 comments on commit f605bc8

Please sign in to comment.