Skip to content

Commit 386b820

Browse files
authored
Merge pull request #378 from leogregianin/url
Corrige urls de webservice
2 parents c693669 + f3effbc commit 386b820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pynfe/utils/webservices.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"EVENTOS": "",
7070
"QR": "/nfcep.php?",
7171
"URL": "https://www.sefaz.ap.gov.br/sate/seg/SEGf_AcessarFuncao.jsp?cdFuncao=FIS_1261",
72-
"HTTPS": " https://www.sefaz.ap.gov.br/nfce",
72+
"HTTPS": "https://www.sefaz.ap.gov.br/nfce",
7373
"HOMOLOGACAO": "https://www.sefaz.ap.gov.br/nfcehml",
7474
},
7575
"TO": {
@@ -174,7 +174,7 @@
174174
"CHAVE": "",
175175
"INUTILIZACAO": "",
176176
"EVENTOS": "",
177-
"QR": "sefaz.es.gov.br/ConsultaNFCe/qrcode.aspx? ",
177+
"QR": "sefaz.es.gov.br/ConsultaNFCe/qrcode.aspx?",
178178
"HTTPS": "http://nfe.",
179179
"HOMOLOGACAO": "http://homologacao.",
180180
"URL": "www.sefaz.es.gov.br/nfce/consulta",

0 commit comments

Comments
 (0)