merchant

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

commit e7966b8e4eed5623cc45ff63edc7c1ece7a58365
parent 09cf8c3a42d1ac6394bb4df50acfece66fd7380b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 17 Jan 2023 15:47:06 +0100

-fix wallet invocation in test

Diffstat:
Msrc/testing/test-merchant-walletharness.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/test-merchant-walletharness.sh b/src/testing/test-merchant-walletharness.sh @@ -47,4 +47,4 @@ if [[ $res -ne 0 ]]; then fi -exec taler-harness testing run-integrationtests --suites merchant +exec taler-harness run-integrationtests --suites merchant