merchant

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

commit cf9a14780cbbd99b50c054579ff002d5e54eaee1
parent ce484cb58765f5199b2206236bcbdc70c6066b83
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 24 Sep 2023 20:13:11 +0200

clean up dist rules

Diffstat:
Msrc/testing/Makefile.am | 4+---
Dsrc/testing/test_merchant_api_home/.config/taler/exchange/account-2.json | 5-----
Dsrc/testing/test_merchant_api_home/.local/share/taler/exchange-offline/master.priv | 2--
Dsrc/testing/test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv | 2--
Dsrc/testing/test_reducer_home/.local/share/taler/exchange-offline/master.priv | 2--
Msrc/testing/test_template.conf | 10+++-------
6 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -240,9 +240,7 @@ 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_api_home/.local/share/taler/exchange/offline-keys/master.priv \ - test_merchant_api_home/.config/taler/exchange/account-2.json \ + test_merchant_api_home/taler/exchange-offline/master.priv \ test_merchant.priv \ test_template.conf \ $(check_SCRIPTS) diff --git a/src/testing/test_merchant_api_home/.config/taler/exchange/account-2.json b/src/testing/test_merchant_api_home/.config/taler/exchange/account-2.json @@ -1,4 +0,0 @@ -{ - "payto_uri": "payto://x-taler-bank/localhost/2", - "master_sig": "A296BYJDP182XS8GHB362ENK4JVPQYHJ34AMNC52YKSK78NH85NA3MWCPM7XAYXWSHK0X9SH46JN84T2AYGP0YAV0E9HQXAYZGABP0R" -} -\ No newline at end of file diff --git a/src/testing/test_merchant_api_home/.local/share/taler/exchange-offline/master.priv b/src/testing/test_merchant_api_home/.local/share/taler/exchange-offline/master.priv @@ -1 +0,0 @@ -k;d_U}A.w"!Gv_m"_ -\ No newline at end of file diff --git a/src/testing/test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv b/src/testing/test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv @@ -1 +0,0 @@ -k;d_U}A.w"!Gv_m"_ -\ No newline at end of file diff --git a/src/testing/test_reducer_home/.local/share/taler/exchange-offline/master.priv b/src/testing/test_reducer_home/.local/share/taler/exchange-offline/master.priv @@ -1 +0,0 @@ - N0ߌs= =kGM-g#r -\ No newline at end of file diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf @@ -1,9 +1,5 @@ [PATHS] -TALER_HOME = ${PWD}/test_reducer_home/ -TALER_DATA_HOME = $TALER_HOME/.local/share/taler/ -TALER_CONFIG_HOME = $TALER_HOME/.config/taler/ -TALER_CACHE_HOME = $TALER_HOME/.cache/taler/ -TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/ +TALER_TEST_HOME = test_merchant_api_home/ [taler] CURRENCY = TESTKUDOS @@ -13,7 +9,7 @@ CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 AML_THRESHOLD = TESTKUDOS:1000000 MAX_KEYS_CACHING = forever DB = postgres -MASTER_PUBLIC_KEY = VH2C95R9J44JK7JC87GXBFFAEPGYBSRESH6Y6WG51HRB2ZV7KQW0 +MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG SERVE = tcp UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http UNIXPATH_MODE = 660 @@ -96,7 +92,7 @@ WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/" [merchant-exchange-default] EXCHANGE_BASE_URL = http://localhost:8081/ CURRENCY = TESTKUDOS -MASTER_KEY = VH2C95R9J44JK7JC87GXBFFAEPGYBSRESH6Y6WG51HRB2ZV7KQW0 +MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG [payments-generator] currency = TESTKUDOS