merchant

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

commit 54e03b5f0b19baefa899fdea76e5b06d57d1180b
parent 75441f566182212881f4016034cfefdec87db864
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 17 Aug 2021 15:08:08 +0200

-add script to test suite

Diffstat:
Msrc/testing/Makefile.am | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -12,7 +12,8 @@ check_SCRIPTS = \ test_merchant_instance_response.sh \ test_merchant_product_creation.sh \ test_merchant_reserve_creation.sh \ - test_merchant_order_creation.sh + test_merchant_order_creation.sh \ + test_merchant_instance_purge.sh lib_LTLIBRARIES = \ libtalermerchanttesting.la