merchant

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

commit 13fe41ec6ceca3a2cd0a48ddee3205fe8beb3881
parent b9c68238079015dee68ca1df4c23773e9670190f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 17 Jul 2020 22:18:47 +0200

adapt to change in GNUNET_OS_start_process() API (#6188)

Diffstat:
Msrc/testing/testing_api_helpers.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/testing/testing_api_helpers.c b/src/testing/testing_api_helpers.c @@ -49,8 +49,7 @@ TALER_TESTING_run_merchant (const char *config_filename, char *wget_cmd; merchant_proc - = GNUNET_OS_start_process (GNUNET_NO, - GNUNET_OS_INHERIT_STD_ALL, + = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, "taler-merchant-httpd", "taler-merchant-httpd", @@ -147,7 +146,6 @@ TALER_TESTING_prepare_merchant (const char *config_filename) /* DB preparation */ if (NULL == (dbinit_proc = GNUNET_OS_start_process ( - GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, "taler-merchant-dbinit",