aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-08 23:08:32 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-08 23:08:32 +0200
commit3cc103db65144402122f0f0bcb64fc0b406929eb (patch)
tree5d6db7ecdc3040535d4dc5824e704c2e495ccb81 /src/include
parent6ef309790ffa8d1dda5e6604cfe9bc6763831668 (diff)
rename DEPOSIT trigger to AGGREGATE, in preparation for future DEPOSIT trigger...
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_kyclogic_lib.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h
index d146b0c57..4302ab09a 100644
--- a/src/include/taler_kyclogic_lib.h
+++ b/src/include/taler_kyclogic_lib.h
@@ -61,7 +61,13 @@ enum TALER_KYCLOGIC_KycTriggerEvent
/**
* Reserve is being closed by force.
*/
- TALER_KYCLOGIC_KYC_TRIGGER_RESERVE_CLOSE = 5
+ TALER_KYCLOGIC_KYC_TRIGGER_RESERVE_CLOSE = 5,
+
+ /**
+ * Deposits have been aggregated, we are wiring a
+ * certain amount into a (merchant) bank account.
+ */
+ TALER_KYCLOGIC_KYC_TRIGGER_AGGREGATE = 6
};