commit 0b79eef2b38c4c677bdbec81f66a6d6d539aa87e parent cd278e73ed7865a8b54fc4f301f1145536a67589 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 13 Aug 2026 01:00:48 +0200 provide donau also with CS keys Diffstat:
| M | src/testing/test_merchant_api-cs.conf | | | 69 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 69 insertions(+), 0 deletions(-)
diff --git a/src/testing/test_merchant_api-cs.conf b/src/testing/test_merchant_api-cs.conf @@ -48,3 +48,72 @@ fee_refresh = EUR:0.03 fee_refund = EUR:0.01 rsa_keysize = 1024 CIPHER = CS + + + + +# Sections starting with "doco_" specify which denominations +# the donau should support (and their respective fee structure) +[doco_eur_ct_1] +value = EUR:0.01 +duration_withdraw = 1 year +anchor_round = 1 year +duration_spend = 2 years +duration_legal = 3 years +fee_withdraw = EUR:0.00 +fee_deposit = EUR:0.00 +fee_refresh = EUR:0.01 +fee_refund = EUR:0.01 +CIPHER = CS + + +[doco_eur_ct_10] +value = EUR:0.10 +duration_withdraw = 1 year +anchor_round = 1 year +duration_spend = 2 years +duration_legal = 3 years +fee_withdraw = EUR:0.01 +fee_deposit = EUR:0.01 +fee_refresh = EUR:0.03 +fee_refund = EUR:0.01 +CIPHER = CS + + +[doco_eur_1] +value = EUR:1 +duration_withdraw = 1 year +anchor_round = 1 year +duration_spend = 2 years +duration_legal = 3 years +fee_withdraw = EUR:0.01 +fee_deposit = EUR:0.01 +fee_refresh = EUR:0.03 +fee_refund = EUR:0.01 +CIPHER = CS + + +[doco_eur_5] +value = EUR:5 +duration_withdraw = 1 year +anchor_round = 1 year +duration_spend = 2 years +duration_legal = 3 years +fee_withdraw = EUR:0.01 +fee_deposit = EUR:0.01 +fee_refresh = EUR:0.03 +fee_refund = EUR:0.01 +CIPHER = CS + + +[doco_eur_10] +value = EUR:10 +duration_withdraw = 1 year +anchor_round = 1 year +duration_spend = 2 years +duration_legal = 3 years +fee_withdraw = EUR:0.01 +fee_deposit = EUR:0.01 +fee_refresh = EUR:0.03 +fee_refund = EUR:0.01 +CIPHER = CS