We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066b4e5 commit 6014123Copy full SHA for 6014123
1 file changed
satdigitalinvoice/facturacion.py
@@ -318,7 +318,7 @@ def nueva_solicitud(self, values):
318
estado_comprobante="Vigente" if values['tipo_solicitud'] == "CFDI" else None
319
)
320
elif tipo_recuperar == TipoRecuperar.Emitidas:
321
- response = sat_service.recover_comprobante_emited_request(
+ response = sat_service.recover_comprobante_emitted_request(
322
fecha_final=fecha_final,
323
fecha_inicial=fecha_inicial,
324
rfc_emisor=sat_service.signer.rfc,
0 commit comments