Skip to content

Commit d67968b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

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

263263
if api_response.succeeded:

0 commit comments

Comments
 (0)