From ce57f1bb32a657c0e479a13401339c9899b1c898 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 29 Jun 2022 14:07:02 +0200 Subject: added TALER_EC_MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_HASH_MISSING --- gnu-taler-error-codes/registry.rec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnu-taler-error-codes') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index fc8b7df..fe8d7c4 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1326,6 +1326,11 @@ Name: MERCHANT_POST_ORDERS_ID_PAY_AGE_VERIFICATION_FAILED Description: The payment required a minimum age but one of the coins provided a minimum_age_sig that couldn't be verified with the given age_commitment for that particular minimum age. HttpStatus: 400 +Value: 2174 +Name: MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_HASH_MISSING +Description: The payment required no minimum age but one of the coins (of a denomination with support for age restriction) did not provide the required h_age_commitment. +HttpStatus: 400 + # 2200-2249: post orders ID paid endpoint Value: 2200 -- cgit v1.2.3