We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665f3a9 commit 6024a04Copy full SHA for 6024a04
README.md
@@ -257,8 +257,8 @@ api_response = client.invoices.create(invoice)
257
### 7. Búsqueda en Catálogos del SAT
258
259
```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)
+# Buscar registros que contengan 'Tarjeta' en el catalogo Formas de pago 'SatUnitMeasurements' (página 1, tamaño página 10)
+api_response = client.catalogs.search_catalog("SatPaymentForms", "Tarjeta", 1, 10)
262
263
if api_response.succeeded:
264
for item in api_response.data.items:
0 commit comments