merchant

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

commit 5c0fc5a5c40f835c647ebb6531bca18adc511590
parent ff746cbfcb12d01039a1897c0f9dbf8da61cace9
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Thu, 11 Dec 2025 14:23:59 -0300

remove duplicated code

Diffstat:
Msrc/backend/taler-merchant-httpd.c | 14--------------
1 file changed, 0 insertions(+), 14 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c @@ -3002,20 +3002,6 @@ run (void *cls, if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_time (cfg, "merchant", - "LEGAL_PRESERVATION", - &TMH_legal_expiration)) - { - GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, - "merchant", - "LEGAL_PRESERVATION"); - global_ret = EXIT_NOTCONFIGURED; - GNUNET_SCHEDULER_shutdown (); - return; - } - - if (GNUNET_OK != - GNUNET_CONFIGURATION_get_value_time (cfg, - "merchant", "DEFAULT_PAY_DELAY", &TMH_default_pay_delay)) {