Skip to content

Commit

Permalink
Adapt for erpbrasil.edoc integration
Browse files Browse the repository at this point in the history
Adapted the current library to ensure compatibility with the new erpbrasil.edoc library that is pending release. This change is on a feature branch to support the upcoming integration.

See the related PR: erpbrasil/erpbrasil.edoc#77
  • Loading branch information
antoniospneto committed May 15, 2024
1 parent cfda1e1 commit feebe7e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions nfelib/nfe/ws/edoc_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,7 @@ def consulta_documento(self, chave):
)
return self._post(
raiz=raiz,
url=localizar_url(
WS_NFE_CONSULTA,
str(self.uf),
self.mod,
int(self.ambiente)
),
url=self._get_ws_endpoint(WS_NFE_CONSULTA),
operacao="nfeConsultaNF",
classe=RetConsSitNfe,
)
Expand Down

0 comments on commit feebe7e

Please sign in to comment.