aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_testing_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index a77def75..2d9cb0d5 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -1603,8 +1603,8 @@ TALER_TESTING_cmd_merchant_get_template (const char *label,
*
* @param label command label.
* @param merchant_url base URL of the merchant serving the
- * DELETE /products/$ID request.
- * @param product_id the ID of the product to query
+ * DELETE /templates/$ID request.
+ * @param template_id the ID of the template to query
* @param http_status expected HTTP response code.
* @return the command.
*/