commit e6540cf597091eabaa732826d5ad1185f4bcc5c1 parent b27f5fd7ea89c95953dbc0a449289d07d2c4c125 Author: Christian Blättler <blatc2@bfh.ch> Date: Sun, 21 Apr 2024 15:56:32 +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 @@ -1663,6 +1663,11 @@ Name: MERCHANT_POST_ORDERS_ID_PAY_TOKEN_USE_SIG_INVALID Description: Invalid token use signature (EdDSA, signed by wallet) for provided token. HttpStatus: 400 +Value: 2181 +Name: MERCHANT_POST_ORDERS_ID_PAY_TOKEN_COUNT_MISMATCH +Description: The provided number of tokens does not match the required number. +HttpStatus: 400 + # 2200-2224: post orders ID paid endpoint