aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitce57f1bb32a657c0e479a13401339c9899b1c898 (patch)
tree17691d6580d925a12826cfc2c1673c31c15ab381
parent75c838e74c41bf9a6c02cdfe8109a444056bf26d (diff)
downloadgana-ce57f1bb32a657c0e479a13401339c9899b1c898.tar.gz
gana-ce57f1bb32a657c0e479a13401339c9899b1c898.zip
added TALER_EC_MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_HASH_MISSING
-rw-r--r--gnu-taler-error-codes/registry.rec5
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
1326Description: 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. 1326Description: 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.
1327HttpStatus: 400 1327HttpStatus: 400
1328 1328
1329Value: 2174
1330Name: MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_HASH_MISSING
1331Description: 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.
1332HttpStatus: 400
1333
1329# 2200-2249: post orders ID paid endpoint 1334# 2200-2249: post orders ID paid endpoint
1330 1335
1331Value: 2200 1336Value: 2200