summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_merchant_get_tip.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 12:00:19 +0200
committerMS <ms@taler.net>2020-10-15 13:05:24 +0200
commit875611bddc13935f5cb34c37720f7fa1661296cd (patch)
treeaaae42c99f615283d32136ead8bae72bb6b96605 /src/testing/testing_api_cmd_merchant_get_tip.c
parent8718ecbfcfd6111561118fbf5d293eed37bd838a (diff)
downloadmerchant-875611bddc13935f5cb34c37720f7fa1661296cd.tar.gz
merchant-875611bddc13935f5cb34c37720f7fa1661296cd.tar.bz2
merchant-875611bddc13935f5cb34c37720f7fa1661296cd.zip
Doxygen fixes
Diffstat (limited to 'src/testing/testing_api_cmd_merchant_get_tip.c')
-rw-r--r--src/testing/testing_api_cmd_merchant_get_tip.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/testing/testing_api_cmd_merchant_get_tip.c b/src/testing/testing_api_cmd_merchant_get_tip.c
index f1d79ee4..5d0ba006 100644
--- a/src/testing/testing_api_cmd_merchant_get_tip.c
+++ b/src/testing/testing_api_cmd_merchant_get_tip.c
@@ -308,15 +308,6 @@ merchant_get_tip_cleanup (void *cls,
}
-/**
- * Define a GET /private/tips/$TIP_IDE CMD.
- *
- * @param label the command label
- * @param merchant_url base URL of the merchant which will
- * serve the request.
- * @param tip_reference reference to a command that created a tip.
- * @param http_status expected HTTP response code for the request.
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_merchant_get_tip (const char *label,
const char *merchant_url,
@@ -342,20 +333,6 @@ TALER_TESTING_cmd_merchant_get_tip (const char *label,
}
-/**
- * Define a GET /private/tips/$TIP_ID CMD.
- *
- * @param label the command label
- * @param merchant_url base URL of the merchant which will
- * serve the request.
- * @param tip_reference reference to a command that created a tip.
- * @param pickup_refs a NULL-terminated list of pickup commands
- * associated with the tip.
- * @param http_status expected HTTP response code for the request.
- * @param ... NULL-terminated list of labels (const char *) of
- * pickup (commands) we expect to be returned in the list
- * (assuming @a http_code is #MHD_HTTP_OK)
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_merchant_get_tip_with_pickups (const char *label,
const char *merchant_url,