gana

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

commit 9dfd3a3f9399cb09ebc077565d002cb4c38acabf
parent bc9f4621a137693c1b830fb069bcd6c624a3cc70
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Sun, 21 Apr 2024 13:03:00 +0200

add merchant error

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1640,7 +1640,12 @@ HttpStatus: 409 Value: 2176 Name: MERCHANT_POST_ORDERS_ID_PAY_CHOICE_INDEX_MISSING -Description: The payment requires the wallet to select a choice from the choices array and pass it in the 'chice_index' field of the request. +Description: The payment requires the wallet to select a choice from the choices array and pass it in the 'choice_index' field of the request. +HttpStatus: 400 + +Value: 2177 +Name: MERCHANT_POST_ORDERS_ID_PAY_CHOICE_INDEX_OUT_OF_BOUNDS +Description: The 'choice_index' field is invalid. HttpStatus: 400