diff options
Diffstat (limited to 'src/testing/test_kyc_api.conf')
-rw-r--r-- | src/testing/test_kyc_api.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf index 34e12925a..4fff0dc69 100644 --- a/src/testing/test_kyc_api.conf +++ b/src/testing/test_kyc_api.conf @@ -30,8 +30,8 @@ ENABLED = YES EXPOSED = YES # All checks listed must be done (well, there is only one...) IS_AND_COMBINATOR = YES -# This happens if we deposit digital cash. -OPERATION_TYPE = DEPOSIT +# This happens if we aggregate digital cash for a wire transfer to a merchant. +OPERATION_TYPE = AGGREGATE # Threshold is 0, so any amount. THRESHOLD = EUR:0 # Timeframe doesn't exactly matter with a threshold of EUR:0. |