merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 95d4c274fa624e18787bebccbdf2706517d5feb5
parent 8388dae9454c9abdd8f0de0a0e2f2d1973a023e8
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 18 Jan 2026 13:25:00 +0100

use current year, instead of 2025 in test

Diffstat:
Msrc/testing/test_merchant_api.c | 5-----
Msrc/testing/testing_api_cmd_post_donau_instances.c | 5++---
2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c @@ -2744,11 +2744,6 @@ run (void *cls, GNUNET_TIME_UNIT_ZERO_TS, GNUNET_TIME_UNIT_FOREVER_TS, "EUR:1"), - TALER_TESTING_cmd_exec_donaukeyupdate ("run-merchant-donaukeyupdate", - config_file), - TALER_TESTING_cmd_sleep ( - "Wait for donau key import processing", - 1), TALER_TESTING_cmd_merchant_pay_order_donau ( "pay-donau-order", merchant_url, diff --git a/src/testing/testing_api_cmd_post_donau_instances.c b/src/testing/testing_api_cmd_post_donau_instances.c @@ -229,7 +229,7 @@ TALER_TESTING_cmd_merchant_post_donau_instance (const char *label, .charity_id = 1, .max_per_year = max_amount, .receipts_to_date = date_amount, - .current_year = 2025 + .current_year = GNUNET_TIME_get_current_year (), }; GNUNET_free (charity_pub); @@ -251,4 +251,4 @@ TALER_TESTING_cmd_merchant_post_donau_instance (const char *label, } } -} -\ No newline at end of file +}