summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_wallet_get_order.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-13 16:12:42 +0200
committerMS <ms@taler.net>2020-10-13 16:12:42 +0200
commit82358a9d6ce23eca4548caaedb66dc6c981f1f06 (patch)
tree4f13b5d64c853b0e5cf9541a49dc2c78a6da79a9 /src/lib/merchant_api_wallet_get_order.c
parent60092876f45ad3b0657adab1e07eb3364c5b4709 (diff)
downloadmerchant-82358a9d6ce23eca4548caaedb66dc6c981f1f06.tar.gz
merchant-82358a9d6ce23eca4548caaedb66dc6c981f1f06.tar.bz2
merchant-82358a9d6ce23eca4548caaedb66dc6c981f1f06.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_wallet_get_order.c')
-rw-r--r--src/lib/merchant_api_wallet_get_order.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/lib/merchant_api_wallet_get_order.c b/src/lib/merchant_api_wallet_get_order.c
index bc3ba8c8..3e115850 100644
--- a/src/lib/merchant_api_wallet_get_order.c
+++ b/src/lib/merchant_api_wallet_get_order.c
@@ -214,29 +214,6 @@ handle_wallet_get_order_finished (void *cls,
}
-/**
- * Checks the status of a payment. Issue a GET /orders/$ID request to the
- * backend. The @a h_contract serves as identification of the wallet and is
- * used to authorize the request.
- *
- * @param ctx execution context
- * @param backend_url base URL of the merchant backend
- * @param order_id order id to identify the payment
- * @param h_contract hash of the contract to authenticate the wallet
- * @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 session_id for which session should the payment status be checked
- * @param min_refund long poll for the service to approve a refund exceeding this value;
- * use NULL to not wait for any refund (only for payment). Only makes sense
- * with a non-zero @a timeout. Can be NULL.
- * @param await_refund_obtained long poll for the order's refunds to be
- * picked up by the wallet.
- * @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_OrderWalletGetHandle *
TALER_MERCHANT_wallet_order_get (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
@@ -367,11 +344,6 @@ TALER_MERCHANT_wallet_order_get (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Cancel a GET /orders/$ID request.
- *
- * @param owgh handle to the request to be canceled
- */
void
TALER_MERCHANT_wallet_order_get_cancel (
struct TALER_MERCHANT_OrderWalletGetHandle *owgh)