Skip to content

Commit

Permalink
[FIX] erpbrasil.edoc: fix consulta_status
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Jul 3, 2024
1 parent 845963f commit cef4e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/erpbrasil/edoc/cte.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
RetCte,
RetEventoCte,
TconsSitCte,
TconsStatServ,
Tcte,
ConsStatServCte
)


Expand Down Expand Up @@ -202,7 +202,7 @@ def _verifica_resposta_envio_sucesso(self, proc_envio):
)

def status_servico(self):
raiz = TconsStatServ(
raiz = ConsStatServCte(
tpAmb=self.ambiente, cUF=self.uf, versao=self.versao
)
return self._post(
Expand Down

0 comments on commit cef4e68

Please sign in to comment.