commit 15d43c7288e9696bc674f14ed7a088bdcdbb7467 parent 9dfd3a3f9399cb09ebc077565d002cb4c38acabf Author: Christian Blättler <blatc2@bfh.ch> Date: Sun, 21 Apr 2024 13:09:54 +0200 add merchant error 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 @@ -1648,6 +1648,11 @@ Name: MERCHANT_POST_ORDERS_ID_PAY_CHOICE_INDEX_OUT_OF_BOUNDS Description: The 'choice_index' field is invalid. HttpStatus: 400 +Value: 2178 +Name: MERCHANT_POST_ORDERS_ID_PAY_INPUT_TOKENS_MISMATCH +Description: The provided 'tokens' array does not match with the required input tokens of the order. +HttpStatus: 400 + # 2200-2224: post orders ID paid endpoint