commit ce57f1bb32a657c0e479a13401339c9899b1c898 parent 75c838e74c41bf9a6c02cdfe8109a444056bf26d Author: Özgür Kesim <oec-taler@kesim.org> Date: Wed, 29 Jun 2022 14:07:02 +0200 added TALER_EC_MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_HASH_MISSING 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 @@ -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