diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-12-05 07:11:28 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-12-05 07:11:55 -0500 |
commit | 4d093eb54beda349e95de54421ea44d66476273e (patch) | |
tree | b5d01882e335c6592867b2977131128791e51b43 /src/testing/testing_api_cmd_post_templates.c | |
parent | 489f6665155d9db9982c3285fe61e818214f18da (diff) |
update
Diffstat (limited to 'src/testing/testing_api_cmd_post_templates.c')
-rw-r--r-- | src/testing/testing_api_cmd_post_templates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_post_templates.c b/src/testing/testing_api_cmd_post_templates.c index fea11ad6..4cc5a3bd 100644 --- a/src/testing/testing_api_cmd_post_templates.c +++ b/src/testing/testing_api_cmd_post_templates.c @@ -50,7 +50,7 @@ struct PostTemplatesState const char *merchant_url; /** - * ID of the product to run POST for. + * ID of the template to run POST for. */ const char *template_id; |