Skip to content

Commit 15039a8

Browse files
committed
Fixed Descarga Masiva
1 parent e451197 commit 15039a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/pages/getting_started/45_cfdi_descarga_massiva.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ___________________
2323
)
2424
2525
# Facturas Recibidas
26-
response = sat_service.recover_comprobante_emited_request(
26+
response = sat_service.recover_comprobante_emitted_request(
2727
fecha_inicial=date(2020, 1, 1),
2828
fecha_final=date(2020, 12, 1),
2929
rfc_receptor=sat_service.signer.rfc,

satcfdi/pacs/sat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def list_69b(self, rfc: str) -> TaxpayerStatus | None:
603603
return TaxpayerStatus(r)
604604
return None
605605

606-
def recover_comprobante_emited_request(
606+
def recover_comprobante_emitted_request(
607607
self,
608608
fecha_inicial: date | datetime | None = None,
609609
fecha_final: date | datetime | None = None,
@@ -752,7 +752,7 @@ def recover_comprobante_download(self, id_paquete: str) -> (dict, str):
752752
needs_token_fn=self._get_token_comprobante
753753
)
754754

755-
def recover_retencion_emited_request(
755+
def recover_retencion_emitted_request(
756756
self,
757757
fecha_inicial: date | datetime | None = None,
758758
fecha_final: date | datetime | None = None,

0 commit comments

Comments
 (0)