Skip to content

Commit

Permalink
Merge pull request #287 from danimaribeiro/fix-url-df
Browse files Browse the repository at this point in the history
Corrige as urls do DF
  • Loading branch information
danimaribeiro committed Nov 25, 2020
2 parents c5b4d9e + f358b33 commit 719e154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pytrustnfe/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
AM: "http://sistemas.sefaz.am.gov.br/nfceweb/consultarNFCe.jsp?",
AP: "https://www.sefaz.ap.gov.br/nfce/nfcep.php?",
BA: "http://nfe.sefaz.ba.gov.br/servicos/nfce/qrcode.aspx?",
DF: "http://www.fazenda.df.gov.br/nfce/qrcode?",
DF: "http://dec.fazenda.df.gov.br/ConsultarNFCe.aspx?",
GO: "http://nfe.sefaz.go.gov.br/nfeweb/sites/nfce/danfeNFCe?",
MA: "http://nfce.sefaz.ma.gov.br/portal/consultarNFCe.jsp?",
MG: "https://nfce.fazenda.mg.gov.br/portalnfce/sistema/qrcode.xhtml?",
Expand All @@ -62,7 +62,7 @@
AM: "http://homnfce.sefaz.am.gov.br/nfceweb/consultarNFCe.jsp?",
AP: "https://www.sefaz.ap.gov.br/nfcehml/nfce.php?",
BA: "http://hnfe.sefaz.ba.gov.br/servicos/nfce/qrcode.aspx?",
DF: "http://www.fazenda.df.gov.br/nfce/qrcode?",
DF: "http://dec.fazenda.df.gov.br/ConsultarNFCe.aspx?",
GO: "http://homolog.sefaz.go.gov.br/nfeweb/sites/nfce/danfeNFCe?",
MA: "http://homologacao.sefaz.ma.gov.br/portal/consultarNFCe.jsp?",
MS: "http://www.dfe.ms.gov.br/nfce/qrcode?",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.55"
VERSION = "1.0.56"


setup(
Expand Down

0 comments on commit 719e154

Please sign in to comment.