summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_webhook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_get_webhook.c')
-rw-r--r--src/lib/merchant_api_get_webhook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_get_webhook.c b/src/lib/merchant_api_get_webhook.c
index 0e9abc6f..551aa915 100644
--- a/src/lib/merchant_api_get_webhook.c
+++ b/src/lib/merchant_api_get_webhook.c
@@ -101,7 +101,7 @@ handle_get_webhook_finished (void *cls,
struct GNUNET_JSON_Specification spec[] = {
GNUNET_JSON_spec_string ("event_type",
&event_type),
- GNUNET_JSON_spec_string ("url",
+ TALER_JSON_spec_web_url ("url",
&url),
GNUNET_JSON_spec_string ("http_method",
&http_method),