diff options
author | MS <ms@taler.net> | 2020-10-15 12:03:24 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-15 13:05:24 +0200 |
commit | faff9c052cbb619bdf5100ffa28ba29a6b94c468 (patch) | |
tree | c45acccb0ee01a48c59b82da29fea4d5ae1a823b | |
parent | 875611bddc13935f5cb34c37720f7fa1661296cd (diff) |
Doxygen fixes
-rw-r--r-- | src/testing/testing_api_cmd_post_products.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/testing/testing_api_cmd_post_products.c b/src/testing/testing_api_cmd_post_products.c index 6326b79c..5ed0717e 100644 --- a/src/testing/testing_api_cmd_post_products.c +++ b/src/testing/testing_api_cmd_post_products.c @@ -291,18 +291,6 @@ TALER_TESTING_cmd_merchant_post_products2 ( } -/** - * Define a "POST /products" CMD, simple version - * - * @param label command label. - * @param merchant_url base URL of the merchant serving the - * POST /products request. - * @param product_id the ID of the product to create - * @param description name of the product - * @param price price of the product - * @param http_status expected HTTP response code. - * @return the command. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_merchant_post_products (const char *label, const char *merchant_url, |