From 82358a9d6ce23eca4548caaedb66dc6c981f1f06 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 13 Oct 2020 16:12:42 +0200 Subject: Doxygen fixes --- src/lib/merchant_api_merchant_get_order.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/lib/merchant_api_merchant_get_order.c') diff --git a/src/lib/merchant_api_merchant_get_order.c b/src/lib/merchant_api_merchant_get_order.c index e70a82cd..e0ffe03a 100644 --- a/src/lib/merchant_api_merchant_get_order.c +++ b/src/lib/merchant_api_merchant_get_order.c @@ -441,25 +441,6 @@ handle_merchant_order_get_finished (void *cls, } -/** - * Checks the status of a payment. Issue a GET /private/orders/$ID request to - * the backend. - * - * @param ctx execution context - * @param backend_url base URL of the merchant backend - * @param order_id order id to identify the payment - * @param session_id sesion id for the payment (or NULL if the check is not - * bound to a session) - * @param transfer if true, obtain the wire transfer status from the exhcange. - * Otherwise, the wire transfer status MAY be returned if it is available. - * @param timeout timeout to use in long polling (how long may the server wait to reply - * before generating an unpaid response). Note that this is just provided to - * the server, we as client will block until the response comes back or until - * #TALER_MERCHANT_order_get_cancel() is called. - * @param cb callback which will work the response gotten from the backend - * @param cb_cls closure to pass to @a cb - * @return handle for this operation, NULL upon errors - */ struct TALER_MERCHANT_OrderMerchantGetHandle * TALER_MERCHANT_merchant_order_get (struct GNUNET_CURL_Context *ctx, const char *backend_url, -- cgit v1.2.3