aboutsummaryrefslogtreecommitdiff
path: root/src/extensions/age_restriction/age_restriction.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-09 22:11:09 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-09 22:11:09 +0200
commit956e3c3065ddb762dbe01fd720cc5ef403232564 (patch)
treec96fca3c50cfb7b45cd4538a3c004a78ca888a9a /src/extensions/age_restriction/age_restriction.c
parent18d8dcd1f94ff5e5c314e14fc90c6faca7549ff9 (diff)
WIP: policy handling advancements
- introduction of policy states. - introduction of default state on timeout. - introduction of TALER_PolicyFulfilmentOutcome - parsing for policy_details now also provides default state on timeout. - introduction of check_serial as preflight func before heavy operations in policy post handler - brandt auction now returns outcomes.
Diffstat (limited to 'src/extensions/age_restriction/age_restriction.c')
-rw-r--r--src/extensions/age_restriction/age_restriction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extensions/age_restriction/age_restriction.c b/src/extensions/age_restriction/age_restriction.c
index 576a6039..3c38d0f8 100644
--- a/src/extensions/age_restriction/age_restriction.c
+++ b/src/extensions/age_restriction/age_restriction.c
@@ -154,8 +154,8 @@ struct TALER_Extension TE_age_restriction = {
/* This extension is not a policy extension */
.parse_policy_details = NULL,
- .http_get_handler = NULL,
- .http_post_handler = NULL,
+ .policy_get_handler = NULL,
+ .policy_post_handler = NULL,
};