merchant

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

commit b436d9a7de2ad077b4e87cb6f82d3dc98f32316c
parent 73c8bda4b065314456740eb14afcf090f4d829a5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  8 Aug 2024 23:34:34 +0200

adapt to exchange DEPOSIT -> AGGREGATE rename

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

diff --git 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" diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf @@ -164,11 +164,11 @@ PROGRAM = taler-exchange-helper-measure-freeze # Context to provide for check and program; empty. CONTEXT = {} -[kyc-rule-deposit-any] +[kyc-rule-aggregate-any] ENABLED = YES EXPOSED = YES IS_AND_COMBINATOR = YES -OPERATION_TYPE = DEPOSIT +OPERATION_TYPE = AGGREGATE NEXT_MEASURES = run-oauth THRESHOLD = EUR:0 TIMEFRAME = 1d