merchant

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

commit 86dc05425ef41680f3d455cbd82dac5588d995fe
parent 3d32b1f73c2c7f2042dd0cf1debc353833c502ad
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 13 May 2023 20:21:59 +0200

-move AML_THRESHOLD option to exchange

Diffstat:
Msrc/testing/test.conf | 4+++-
Msrc/testing/test_kyc_api.conf | 3++-
Msrc/testing/test_merchant_api.conf | 3++-
Msrc/testing/test_template.conf | 2+-
4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/testing/test.conf b/src/testing/test.conf @@ -18,7 +18,6 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/ # What currency do we use? CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 -AML_THRESHOLD = EUR:1000000 [taler-helper-crypto-rsa] # Reduce from 1 year to speed up test @@ -91,6 +90,9 @@ CURRENCY = EUR ################################################### [exchange] +AML_THRESHOLD = EUR:1000000 + + # How to access our database DB = postgres diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf @@ -18,7 +18,6 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/ # What currency do we use? CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 -AML_THRESHOLD = EUR:1000000 [taler-helper-crypto-rsa] # Reduce from 1 year to speed up test @@ -94,6 +93,8 @@ CURRENCY = EUR ################################################### [exchange] +AML_THRESHOLD = EUR:1000000 + # How to access our database DB = postgres diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf @@ -18,7 +18,6 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/ # What currency do we use? CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 -AML_THRESHOLD = EUR:1000000 [taler-helper-crypto-rsa] # Reduce from 1 year to speed up test @@ -69,6 +68,8 @@ BASE_URL = http://the.auditor/ ################################################### [exchange] +AML_THRESHOLD = EUR:1000000 + # How to access our database DB = postgres diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf @@ -8,9 +8,9 @@ TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/ [taler] CURRENCY = TESTKUDOS CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 -AML_THRESHOLD = TESTKUDOS:1000000 [exchange] +AML_THRESHOLD = TESTKUDOS:1000000 MAX_KEYS_CACHING = forever DB = postgres MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv