gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit b27f5fd7ea89c95953dbc0a449289d07d2c4c125
parent caf2bcd8cbaffb7fa4696d9da664d971621c697e
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Sun, 21 Apr 2024 15:50:11 +0200

add merchant error

Diffstat:
Mgnu-taler-error-codes/registry.rec | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1654,8 +1654,13 @@ Description: The provided 'tokens' array does not match with the required input 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. +Name: MERCHANT_POST_ORDERS_ID_PAY_TOKEN_ISSUE_SIG_INVALID +Description: Invalid token issue signature (blindly signed by merchant) for provided token. +HttpStatus: 400 + +Value: 2180 +Name: MERCHANT_POST_ORDERS_ID_PAY_TOKEN_USE_SIG_INVALID +Description: Invalid token use signature (EdDSA, signed by wallet) for provided token. HttpStatus: 400