summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-11-21 07:18:48 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-11-21 07:18:48 -0500
commit0fa22bbcb5cb52edf6bcb75c70a2d1f9356f6b9c (patch)
tree03804012027eadcfa6311843d4a9277f7f4332f6 /src/backend/taler-merchant-httpd.h
parentcadd4ae3c9e59dbe153622cb9a142795f318e651 (diff)
downloadmerchant-0fa22bbcb5cb52edf6bcb75c70a2d1f9356f6b9c.tar.gz
merchant-0fa22bbcb5cb52edf6bcb75c70a2d1f9356f6b9c.tar.bz2
merchant-0fa22bbcb5cb52edf6bcb75c70a2d1f9356f6b9c.zip
templates
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 2e9f89fa..5dbb0c94 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" or "/products". Does *not* include
+ * so "/orders", "/templates" 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) in the
+ * (product_id, reserve_pub, order_id, tip_id, template_id) in the
* second segment?
*/
bool have_id_segment;