Skip to content

Commit 4e96dcb

Browse files
committed
[FIX] Emissão em contingencia NF-e 4.00
1 parent 20de6b5 commit 4e96dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pysped/nfe/processador_nfe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def _conectar_servico(self, servico, envio, resposta, ambiente=None, somente_amb
301301
ws_a_usar = webservices.SVAN
302302

303303
elif self.contingencia_SCAN or self.contingencia:
304-
ws_a_usar = webservices.ESTADO_WS_CONTINGENCIA
304+
ws_a_usar = webservices.ESTADO_WS_CONTINGENCIA[self.estado]
305305

306306
else:
307307
#

0 commit comments

Comments
 (0)