summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-09 17:39:41 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-09 17:39:46 +0100
commit5f1f5fc8ff2db2c5a7b4b96c9b22bbd666448f06 (patch)
treea076d41e4edf7ee847b7ce45fb18a455b280b7f0 /src
parentd1ea7e9a6ff85f3951cb31c6c5c0a5cfd3c62930 (diff)
downloadmerchant-5f1f5fc8ff2db2c5a7b4b96c9b22bbd666448f06.tar.gz
merchant-5f1f5fc8ff2db2c5a7b4b96c9b22bbd666448f06.tar.bz2
merchant-5f1f5fc8ff2db2c5a7b4b96c9b22bbd666448f06.zip
-new taler option required
Diffstat (limited to 'src')
-rw-r--r--src/testing/test_kyc_api.conf1
-rw-r--r--src/testing/test_merchant_api-cs.conf1
-rw-r--r--src/testing/test_merchant_api-rsa.conf1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf
index c7615cf7..41004ab4 100644
--- a/src/testing/test_kyc_api.conf
+++ b/src/testing/test_kyc_api.conf
@@ -18,6 +18,7 @@ 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
diff --git a/src/testing/test_merchant_api-cs.conf b/src/testing/test_merchant_api-cs.conf
index 502d807a..1444f799 100644
--- a/src/testing/test_merchant_api-cs.conf
+++ b/src/testing/test_merchant_api-cs.conf
@@ -18,6 +18,7 @@ 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
diff --git a/src/testing/test_merchant_api-rsa.conf b/src/testing/test_merchant_api-rsa.conf
index 5246fc40..53d470c1 100644
--- a/src/testing/test_merchant_api-rsa.conf
+++ b/src/testing/test_merchant_api-rsa.conf
@@ -18,6 +18,7 @@ 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