Skip to content

Commit 6024a04

Browse files
authored
Update README.md
1 parent 665f3a9 commit 6024a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

259259
```python
260-
# Buscar registros que contengan 'inter' en el catalogo 'SatUnitMeasurements' (página 1, tamaño página 10)
261-
api_response = client.catalogs.search_catalog("SatUnitMeasurements", "inter", 1, 10)
260+
# Buscar registros que contengan 'Tarjeta' en el catalogo Formas de pago 'SatUnitMeasurements' (página 1, tamaño página 10)
261+
api_response = client.catalogs.search_catalog("SatPaymentForms", "Tarjeta", 1, 10)
262262

263263
if api_response.succeeded:
264264
for item in api_response.data.items:

0 commit comments

Comments
 (0)