From 875611bddc13935f5cb34c37720f7fa1661296cd Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 15 Oct 2020 12:00:19 +0200 Subject: Doxygen fixes --- src/testing/testing_api_cmd_merchant_get_order.c | 38 ------------------------ 1 file changed, 38 deletions(-) (limited to 'src/testing/testing_api_cmd_merchant_get_order.c') diff --git a/src/testing/testing_api_cmd_merchant_get_order.c b/src/testing/testing_api_cmd_merchant_get_order.c index b9ee0139..56162b2d 100644 --- a/src/testing/testing_api_cmd_merchant_get_order.c +++ b/src/testing/testing_api_cmd_merchant_get_order.c @@ -604,21 +604,6 @@ merchant_get_order_cleanup (void *cls, } -/** - * Define a GET /private/orders/$ORDER_ID CMD. - * - * @param label the command label - * @param merchant_url base URL of the merchant which will - * serve the request. - * @param order_reference reference to a command that created an order. - * @param osc expected order status code - * @param refunded whether the order has been refunded. - * @param http_status expected HTTP response code for the request. - * @param ... NULL-terminated list of labels (const char *) of - * refunds (commands) we expect to be aggregated in the transfer - * (assuming @a http_code is #MHD_HTTP_OK). If @e refunded is false, - * this parameter is ignored. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_merchant_get_order (const char *label, const char *merchant_url, @@ -663,29 +648,6 @@ TALER_TESTING_cmd_merchant_get_order (const char *label, } -/** - * Define a GET /private/orders/$ORDER_ID CMD. - * - * @param label the command label - * @param merchant_url base URL of the merchant which will - * serve the request. - * @param order_reference reference to a command that created an order. - * @param osc expected order status - * @param wired whether the order has been wired or not. - * @param transfers NULL-terminated list of labels (const char *) of - * wire transfers (commands) we expect to be aggregated in the order - * (assuming @a http_code is #MHD_HTTP_OK). If @e paid is fale, this - * parameter is ignored. - * @param refunded whether the order has been refunded. - * @param refunds NULL-terminated list of labels (const char *) of - * refunds (commands) we expect to be aggregated in the order - * (assuming @a http_code is #MHD_HTTP_OK). If @e refunded is false, - * this parameter is ignored. - * @param forgets a NULL-terminated list of references to forget commands - * that apply to the order we are querying. If NULL, this is - * interpreted as no forgets are expected. - * @param http_status expected HTTP response code for the request. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_merchant_get_order2 (const char *label, const char *merchant_url, -- cgit v1.2.3