summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-12-05 07:31:59 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-12-05 07:32:12 -0500
commit3771bffae3b1aaaea0eda2a9943a68e909a3b1b4 (patch)
tree2904ee07eb0302a26b094db4e846295639b1e71b
parentcefa0559dd0e4c5d1203638f80a39137a300deb6 (diff)
downloadmerchant-3771bffae3b1aaaea0eda2a9943a68e909a3b1b4.tar.gz
merchant-3771bffae3b1aaaea0eda2a9943a68e909a3b1b4.tar.bz2
merchant-3771bffae3b1aaaea0eda2a9943a68e909a3b1b4.zip
update
-rw-r--r--src/include/taler_merchant_testing_lib.h4
-rw-r--r--src/testing/Makefile.am3
2 files changed, 5 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.
*/
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 827373e1..a9561cae 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -39,9 +39,11 @@ libtalermerchanttesting_la_SOURCES = \
testing_api_cmd_get_tips.c \
testing_api_cmd_get_transfers.c \
testing_api_cmd_get_templates.c \
+ testing_api_cmd_get_template.c \
testing_api_cmd_delete_instance.c \
testing_api_cmd_delete_order.c \
testing_api_cmd_delete_product.c \
+ testing_api_cmd_delete_template.c \
testing_api_cmd_delete_reserve.c \
testing_api_cmd_delete_transfer.c \
testing_api_cmd_forget_order.c \
@@ -60,6 +62,7 @@ libtalermerchanttesting_la_SOURCES = \
testing_api_cmd_post_templates.c \
testing_api_cmd_patch_instance.c \
testing_api_cmd_patch_product.c \
+ testing_api_cmd_patch_template.c \
testing_api_cmd_refund_order.c \
\
testing_api_cmd_tip_authorize.c \