Skip to content

Commit

Permalink
[FIX] Voltando as urls antigas, a principio DF não atualizaram ainda
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Oct 5, 2018
1 parent dbe2ab2 commit 0ce7c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pytrustnfe/Servidores.py
Expand Up @@ -154,7 +154,7 @@ def localizar_qrcode(estado, ambiente=2):
WS_NFE_RECEPCAO_EVENTO: 'ws/recepcaoevento/recepcaoevento4.asmx?wsdl',
WS_NFE_AUTORIZACAO: 'ws/NfeAutorizacao/NFeAutorizacao4.asmx?wsdl',
WS_NFE_RET_AUTORIZACAO: 'ws/NfeRetAutorizacao/NFeRetAutorizacao4.asmx?wsdl', # noqa
WS_NFCE_QR_CODE: 'http://www.fazenda.df.gov.br/nfce/qrcode',
WS_NFCE_QR_CODE: 'http://dec.fazenda.df.gov.br/ConsultarNFCe.aspx?',
},
AMBIENTE_HOMOLOGACAO: {
'servidor': 'nfce-homologacao.svrs.rs.gov.br',
Expand All @@ -164,7 +164,7 @@ def localizar_qrcode(estado, ambiente=2):
WS_NFE_RECEPCAO_EVENTO: 'ws/recepcaoevento/recepcaoevento4.asmx?wsdl',
WS_NFE_AUTORIZACAO: 'ws/NfeAutorizacao/NFeAutorizacao4.asmx?wsdl',
WS_NFE_RET_AUTORIZACAO: 'ws/NfeRetAutorizacao/NFeRetAutorizacao4.asmx?wsdl', # noqa
WS_NFCE_QR_CODE: 'http://www.fazenda.df.gov.br/nfce/qrcode',
WS_NFCE_QR_CODE: 'http://dec.fazenda.df.gov.br/ConsultarNFCe.aspx?',
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.14"
VERSION = "1.0.15"


setup(
Expand Down

0 comments on commit 0ce7c30

Please sign in to comment.