summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index 5dbb0c94..e8911b32 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -381,7 +381,7 @@ struct TMH_RequestHandler
/**
* URL prefix the handler is for, includes the '/',
- * so "/orders", "/templates" or "/products". Does *not* include
+ * so "/orders", "/templates", "/webhooks" or "/products". Does *not* include
* "/private", that is controlled by the array in which
* the handler is defined. Must not contain any
* '/' except for the leading '/'.
@@ -390,7 +390,7 @@ struct TMH_RequestHandler
/**
* Does this request include an identifier segment
- * (product_id, reserve_pub, order_id, tip_id, template_id) in the
+ * (product_id, reserve_pub, order_id, tip_id, template_id, webhook_id) in the
* second segment?
*/
bool have_id_segment;