commit ca66909e73a53fa7a22befbc18867b763534b2bc
parent 495cc6858ce267fdf160585ad1d5ef9856f4e1d1
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
Date: Fri, 24 Jul 2020 02:56:07 -0400
ec for merchant POST /paid
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -1387,6 +1387,11 @@ Name: ORDERS_ALREADY_CLAIMED
Description: We could not claim the order because someone else claimed it first.
HttpStatus: 409
+Value: 2530
+Name: ORDER_PAID_DB_ERROR
+Description: The merchant backend couldn't verify the order payment because of a database failure.
+HttpStatus: 500
+
Value: 2550
Name: GET_PRODUCTS_DB_LOOKUP_ERROR
Description: The merchant backend failed to lookup the products.