Skip to content

Commit 32806cf

Browse files
authored
Update README.md
1 parent d67968b commit 32806cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ api_response = client.invoices.create(invoice)
257257
### 7. Búsqueda en Catálogos del SAT
258258

259259
```python
260+
# Visite https://docs.fiscalapi.com/catalogs
260261
# Buscar registros que contengan 'Tarjeta' en el catalogo oficial Formas de pago 'SatPaymentForms' (página 1, tamaño página 10)
261262
api_response = client.catalogs.search_catalog("SatPaymentForms", "Tarjeta", 1, 10)
262263

0 commit comments

Comments
 (0)