diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-11-29 08:20:03 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-11-29 08:20:27 -0500 |
commit | ad99fc41cd3059d2b954a0096304c2118ff57e11 (patch) | |
tree | 779a92ed388fdffe3bb370cb4b04b1224f974db8 /src/backend/taler-merchant-httpd_private-get-webhooks.c | |
parent | 99211b460908a829711df078d87044fc302d7aaf (diff) |
update
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-webhooks.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-get-webhooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-webhooks.c b/src/backend/taler-merchant-httpd_private-get-webhooks.c index 735748e3..cda4eda9 100644 --- a/src/backend/taler-merchant-httpd_private-get-webhooks.c +++ b/src/backend/taler-merchant-httpd_private-get-webhooks.c @@ -29,7 +29,7 @@ * @param webhook_id ID of the webhook */ static void -add_template (void *cls, +add_webhook (void *cls, const char *webhook_id, const char *event_type) { |