Skip to content

Commit 79050d9

Browse files
committed
[FIX] use Folio instead of UUID to call web service Solicitud
1 parent 6c4cee5 commit 79050d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfdiclient/solicitadescarga.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def solicitar_descarga(
2626
'EstadoComprobante': estado_comprobante,
2727
'RfcACuentaTerceros': rfc_a_cuenta_terceros,
2828
'Complemento': complemento,
29-
'UUID': uuid,
29+
'Folio': uuid,
3030
}
3131

3232
if rfc_emisor:

0 commit comments

Comments
 (0)