diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-06-29 14:07:02 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-06-29 14:07:02 +0200 |
commit | ce57f1bb32a657c0e479a13401339c9899b1c898 (patch) | |
tree | 17691d6580d925a12826cfc2c1673c31c15ab381 /gnu-taler-error-codes | |
parent | 75c838e74c41bf9a6c02cdfe8109a444056bf26d (diff) |
added TALER_EC_MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_HASH_MISSING
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 5 insertions, 0 deletions
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 |