merchant

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

commit 717ae657cd5aa7960db45d195b3546e6640a5378
parent 17e7d26894edd55fb2d756e5252d7de20ce89fe0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Mar 2020 22:50:59 +0100

remove closer, fixes FTBFS and makes tests slightly faster

Diffstat:
Msrc/lib/test_merchant_api.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c @@ -126,7 +126,6 @@ cmd_exec_wirewatch (char *label) */ #define CMD_EXEC_AGGREGATOR(label) \ TALER_TESTING_cmd_exec_aggregator (label "-aggregator", CONFIG_FILE), \ - TALER_TESTING_cmd_exec_closer (label "-closer", CONFIG_FILE), \ TALER_TESTING_cmd_exec_transfer (label "-transfer", CONFIG_FILE)