Skip to content

Commit c23f8dd

Browse files
committed
2 parents ac15a33 + 1381f7f commit c23f8dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ def main ():
11431143

11441144

11451145

1146-
# cancelar factura por referencias (cURL).
1146+
# cancelar factura por valores (cURL).
11471147
# curl --location --request DELETE 'https://localhost:7173/api/v4/invoices' \
11481148
# --header 'X-TENANT-KEY: e839651d-1765-4cd0-ba7f-547a4c20580f' \
11491149
# --header 'X-TIME-ZONE: America/Mexico_City' \
@@ -1168,7 +1168,7 @@ def main ():
11681168
# ]
11691169
# }'
11701170

1171-
# cancelar factura por referencias (Sdk).
1171+
# cancelar factura por valores (Sdk).
11721172
# cancel_request = CancelInvoiceRequest(
11731173
# invoice_uuid="9c6b21ad-ca15-4d69-86cf-c9e3c94cbd00",
11741174
# tin="FUNK671228PH6",
@@ -1194,7 +1194,7 @@ def main ():
11941194
# print(api_response)
11951195

11961196

1197-
# Cancelar factura por valores (cURL).
1197+
# Cancelar factura por referencias (cURL).
11981198
# curl --location --request DELETE 'https://localhost:7173/api/v4/invoices' \
11991199
# --header 'X-TENANT-KEY: e839651d-1765-4cd0-ba7f-547a4c20580f' \
12001200
# --header 'X-TIME-ZONE: America/Mexico_City' \
@@ -1206,7 +1206,7 @@ def main ():
12061206
# "replacementUuid": "de841944-bd4f-4bb8-adfe-2a2282787c62"
12071207
# }'
12081208

1209-
# Cancelar factura por valores (Sdk).
1209+
# Cancelar factura por referencias (Sdk).
12101210
# cancel_request = CancelInvoiceRequest(
12111211
# id="9de25514-25a2-4c59-85a3-143969c607b3",
12121212
# cancellation_reason_code="01",

0 commit comments

Comments
 (0)