merchant

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

commit 973782d7de0e2d161241ffc125c551a0f41257d5
parent db6955167ab5b77f5a0c774c54a514069b6ccced
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 13 Dec 2024 22:59:32 +0100

-fix merchant packaging and kyc test config

Diffstat:
Msrc/include/Makefile.am | 1+
Msrc/testing/Makefile.am | 1-
Msrc/testing/test_kyc_api.conf | 7++++++-
3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/include/Makefile.am b/src/include/Makefile.am @@ -8,5 +8,6 @@ talerinclude_HEADERS = \ taler_merchant_bank_lib.h \ taler_merchantdb_lib.h \ taler_merchantdb_plugin.h \ + taler_merchant_util.h \ taler_merchant_service.h \ taler_merchant_testing_lib.h diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -234,7 +234,6 @@ EXTRA_DIST = \ test_merchant_api_twisted-rsa.conf \ test_merchant_api_proxy_merchant.conf \ test_merchant_api_proxy_exchange.conf \ - test_merchant_api_home/.local/share/taler/exchange-offline/master.priv \ test_merchant.priv \ test_template.conf \ $(check_SCRIPTS) diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf @@ -167,10 +167,15 @@ CONTEXT = {} CHECK_NAME = skip # AML program that freezes the account and flags # it for investigation. -PROGRAM = taler-exchange-helper-measure-freeze +PROGRAM = freeze # Context to provide for check and program; empty. CONTEXT = {} +[aml-program-freeze] +DESCRIPTION = "Freeze the account" +COMMAND = taler-exchange-helper-measure-freeze +FALLBACK = manual-freeze + [kyc-rule-aggregate-any] ENABLED = YES EXPOSED = YES