aboutsummaryrefslogtreecommitdiff
path: root/src/json/json_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r--src/json/json_helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index e633a39c7..82cc13413 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -1473,6 +1473,8 @@ parse_kycte (void *cls,
.val = TALER_KYCLOGIC_KYC_TRIGGER_WALLET_BALANCE },
{ .name = "CLOSE",
.val = TALER_KYCLOGIC_KYC_TRIGGER_RESERVE_CLOSE },
+ { .name = "AGGREGATE",
+ .val = TALER_KYCLOGIC_KYC_TRIGGER_AGGREGATE },
{ .name = NULL,
.val = TALER_KYCLOGIC_KYC_TRIGGER_NONE },
};