commit 61556908520df557832b04bb5e1ee91c708aeef4 parent 1b9ecb0ed527e1f93ce893691e30143589ca14a4 Author: Christian Blättler <blatc2@bfh.ch> Date: Thu, 18 Apr 2024 13:40:20 +0200 Add merchant error code Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1883,6 +1883,11 @@ Name: MERCHANT_PRIVATE_POST_ORDERS_ID_REFUND_NOT_ALLOWED_BY_CONTRACT Description: The refund delay was set to 0 and thus no refunds are ever allowed for this order. HttpStatus: 403 +Value: 2533 +Name: MERCHANT_PRIVATE_POST_ORDERS_TOKEN_FAMILY_SLUG_UNKNOWN +Description: The token family slug provided in this order could not be found in the merchant database. +HttpStatus: 404 + # 2550-2599: transfer operations