summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_post_order_abort.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-13 16:22:48 +0200
committerMS <ms@taler.net>2020-10-13 16:22:48 +0200
commita80452b0a0f41cf24b3582dcf7c2cf9b2cb9fdf9 (patch)
tree6b137efd86baf3cef0c1cc3fde9669869aa42666 /src/lib/merchant_api_post_order_abort.c
parent82358a9d6ce23eca4548caaedb66dc6c981f1f06 (diff)
downloadmerchant-a80452b0a0f41cf24b3582dcf7c2cf9b2cb9fdf9.tar.gz
merchant-a80452b0a0f41cf24b3582dcf7c2cf9b2cb9fdf9.tar.bz2
merchant-a80452b0a0f41cf24b3582dcf7c2cf9b2cb9fdf9.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_post_order_abort.c')
-rw-r--r--src/lib/merchant_api_post_order_abort.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/lib/merchant_api_post_order_abort.c b/src/lib/merchant_api_post_order_abort.c
index 162fe570..31c589bb 100644
--- a/src/lib/merchant_api_post_order_abort.c
+++ b/src/lib/merchant_api_post_order_abort.c
@@ -321,21 +321,6 @@ handle_abort_finished (void *cls,
}
-/**
- * Run an abort operation, asking for refunds for coins
- * that were previously spend on a/pay that failed to go through.
- *
- * @param ctx execution context
- * @param merchant_url base URL of the merchant
- * @param order_id order to abort
- * @param h_contract hash of the contact of the merchant with the customer
- * @param merchant_pub the public key of the merchant (used to identify the merchant for refund requests)
- * @param num_coins number of coins used to pay
- * @param coins array of coins we use to pay
- * @param cb the callback to call when a reply for this request is available
- * @param cb_cls closure for @a pay_cb
- * @return a handle for this request
- */
struct TALER_MERCHANT_OrderAbortHandle *
TALER_MERCHANT_order_abort (struct GNUNET_CURL_Context *ctx,
const char *merchant_url,
@@ -452,12 +437,6 @@ TALER_MERCHANT_order_abort (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Cancel an abort request. This function cannot be used on a request handle
- * if a response is already served for it.
- *
- * @param oah the pay permission request handle
- */
void
TALER_MERCHANT_order_abort_cancel (struct TALER_MERCHANT_OrderAbortHandle *oah)
{