merchant

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

commit 67f5e1b3eb23f780d9576e56ad404d54771532c3
parent 20d9b03ac6e98b0453d8fa068a84e37ea952f302
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Feb 2023 12:33:37 +0100

-fix currency

Diffstat:
Msrc/testing/test_template.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf @@ -8,7 +8,7 @@ TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/ [taler] CURRENCY = TESTKUDOS CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 -AML_THRESHOLD = EUR:1000000 +AML_THRESHOLD = TESTKUDOS:1000000 [exchange] MAX_KEYS_CACHING = forever