commit 7045b274742ee976bc82cd6f8ebb0100cc788b84
parent 569f05de3e05d22ab0879fb5ff80809311631523
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 26 Mar 2026 16:55:03 +0100
-fix EC order bug
Diffstat:
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -2291,13 +2291,6 @@ HttpStatus: 409
# 2200-2224: post orders ID paid endpoint
-
-Value: 2525
-Name: MERCHANT_PRIVATE_GET_STATISTICS_REPORT_GRANULARITY_UNAVAILABLE
-Description: The client requested a report granularity that is not available at the backend. Possible solutions include extending the backend code and/or the database statistic triggers to support the desired data granularity. Alternatively, the client could request a different granularity.
-HttpStatus: 410
-
-
Value: 2520
Name: MERCHANT_PRIVATE_DELETE_ORDERS_AWAITING_PAYMENT
Description: The order provided to the backend could not be deleted, our offer is still valid and awaiting payment. Deletion may work later after the offer has expired if it remains unpaid.
@@ -2308,6 +2301,11 @@ Name: MERCHANT_PRIVATE_DELETE_ORDERS_ALREADY_PAID
Description: The order provided to the backend could not be deleted as the order was already paid.
HttpStatus: 409
+Value: 2525
+Name: MERCHANT_PRIVATE_GET_STATISTICS_REPORT_GRANULARITY_UNAVAILABLE
+Description: The client requested a report granularity that is not available at the backend. Possible solutions include extending the backend code and/or the database statistic triggers to support the desired data granularity. Alternatively, the client could request a different granularity.
+HttpStatus: 410
+
Value: 2530
Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_INCONSISTENT_AMOUNT
Description: The amount to be refunded is inconsistent: either is lower than the previous amount being awarded, or it exceeds the original price paid by the customer.