Skip to content

Commit a8af34d

Browse files
Adicionando a url de consulta por chave do estado de Sergipe (#443)
* Adicionando a url de consulta por chave do estado de Sergipe * fix
1 parent 772d645 commit a8af34d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pynfe/processamento/serializacao.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@ def gerar_qrcode(self, token, csc, xml, return_qr=False, online=True):
20412041
url_chave = NFCE[uf]["HTTPS"] + NFCE[uf]["URL"]
20422042
else:
20432043
url_chave = NFCE[uf]["HOMOLOGACAO"] + NFCE[uf]["URL"]
2044-
# AC, AM, RR, PA,
2044+
# AC, AM, RR, PA, SE
20452045
else:
20462046
if tpamb == "1":
20472047
qrcode = NFCE[uf]["HTTPS"] + NFCE[uf]["QR"] + url

pynfe/utils/webservices.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"QR": "nfe.se.gov.br/portal/consultarNFCe.jsp?",
142142
"HTTPS": "https://www.",
143143
"HOMOLOGACAO": "http://www.hom.",
144+
"URL": "nfe.se.gov.br/nfce/consulta",
144145
},
145146
"BA": {
146147
"STATUS": "",

0 commit comments

Comments
 (0)