Skip to content

Commit

Permalink
Merge pull request #378 from leogregianin/url
Browse files Browse the repository at this point in the history
Corrige urls de webservice
  • Loading branch information
leogregianin authored Jan 21, 2025
2 parents c693669 + f3effbc commit 386b820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynfe/utils/webservices.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"EVENTOS": "",
"QR": "/nfcep.php?",
"URL": "https://www.sefaz.ap.gov.br/sate/seg/SEGf_AcessarFuncao.jsp?cdFuncao=FIS_1261",
"HTTPS": " https://www.sefaz.ap.gov.br/nfce",
"HTTPS": "https://www.sefaz.ap.gov.br/nfce",
"HOMOLOGACAO": "https://www.sefaz.ap.gov.br/nfcehml",
},
"TO": {
Expand Down Expand Up @@ -174,7 +174,7 @@
"CHAVE": "",
"INUTILIZACAO": "",
"EVENTOS": "",
"QR": "sefaz.es.gov.br/ConsultaNFCe/qrcode.aspx? ",
"QR": "sefaz.es.gov.br/ConsultaNFCe/qrcode.aspx?",
"HTTPS": "http://nfe.",
"HOMOLOGACAO": "http://homologacao.",
"URL": "www.sefaz.es.gov.br/nfce/consulta",
Expand Down

0 comments on commit 386b820

Please sign in to comment.