commit caf2bcd8cbaffb7fa4696d9da664d971621c697e parent 15d43c7288e9696bc674f14ed7a088bdcdbb7467 Author: Christian Blättler <blatc2@bfh.ch> Date: Sun, 21 Apr 2024 15:23:35 +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 @@ -1653,6 +1653,11 @@ 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 +Value: 2179 +Name: MERCHANT_POST_ORDERS_ID_PAY_TOKEN_SIG_INVALID +Description: Invalid token issue signature for token in 'tokens' array of request. +HttpStatus: 400 + # 2200-2224: post orders ID paid endpoint