commit 0ba045d49e8a1bf8281587bb9a8765df1456b970 parent e6540cf597091eabaa732826d5ad1185f4bcc5c1 Author: Christian Blättler <blatc2@bfh.ch> Date: Sat, 27 Apr 2024 16:03:13 +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 @@ -1668,6 +1668,11 @@ Name: MERCHANT_POST_ORDERS_ID_PAY_TOKEN_COUNT_MISMATCH Description: The provided number of tokens does not match the required number. HttpStatus: 400 +Value: 2182 +Name: MERCHANT_POST_ORDERS_ID_PAY_TOKEN_ENVELOPE_COUNT_MISMATCH +Description: The provided number of token envelopes does not match the specified number. +HttpStatus: 400 + # 2200-2224: post orders ID paid endpoint