Skip to content

Commit 6014123

Browse files
committed
fixed compute
1 parent 066b4e5 commit 6014123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

satdigitalinvoice/facturacion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def nueva_solicitud(self, values):
318318
estado_comprobante="Vigente" if values['tipo_solicitud'] == "CFDI" else None
319319
)
320320
elif tipo_recuperar == TipoRecuperar.Emitidas:
321-
response = sat_service.recover_comprobante_emited_request(
321+
response = sat_service.recover_comprobante_emitted_request(
322322
fecha_final=fecha_final,
323323
fecha_inicial=fecha_inicial,
324324
rfc_emisor=sat_service.signer.rfc,

0 commit comments

Comments
 (0)