diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-08 23:34:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-08 23:34:40 +0200 |
commit | b436d9a7de2ad077b4e87cb6f82d3dc98f32316c (patch) | |
tree | 2af055071a0f17b61f2a1345a1bdadb6c7168714 /src/testing/test_kyc_api.c | |
parent | 73c8bda4b065314456740eb14afcf090f4d829a5 (diff) |
adapt to exchange DEPOSIT -> AGGREGATE rename
Diffstat (limited to 'src/testing/test_kyc_api.c')
-rw-r--r-- | src/testing/test_kyc_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c index 24076afb..14d52197 100644 --- a/src/testing/test_kyc_api.c +++ b/src/testing/test_kyc_api.c @@ -347,7 +347,7 @@ run (void *cls, " ,{" " \"timeframe\":{\"d_us\":3600000000}" " ,\"threshold\":\"EUR:1\"" - " ,\"operation_type\":\"DEPOSIT\"" + " ,\"operation_type\":\"AGGREGATE\"" " ,\"display_priority\":65536" " ,\"measures\":[\"form-measure\"]" " ,\"verboten\":false" |