summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_post_order_refund.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 16:20:25 +0200
committerMS <ms@taler.net>2020-10-15 16:20:25 +0200
commit01126ed1389937fe6f4d2fe7c0a4ca27026bb57c (patch)
treefbbec3811f6e7b103df8fc684520de53d1e68ef7 /src/lib/merchant_api_post_order_refund.c
parentda11b4b50f32adb12200fa69cbfa3ddcc072a357 (diff)
downloadmerchant-01126ed1389937fe6f4d2fe7c0a4ca27026bb57c.tar.gz
merchant-01126ed1389937fe6f4d2fe7c0a4ca27026bb57c.tar.bz2
merchant-01126ed1389937fe6f4d2fe7c0a4ca27026bb57c.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_post_order_refund.c')
-rw-r--r--src/lib/merchant_api_post_order_refund.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lib/merchant_api_post_order_refund.c b/src/lib/merchant_api_post_order_refund.c
index a67279ae..c40fb7a7 100644
--- a/src/lib/merchant_api_post_order_refund.c
+++ b/src/lib/merchant_api_post_order_refund.c
@@ -155,11 +155,6 @@ handle_refund_finished (void *cls,
}
-/**
- * Cancel a POST /orders/ID/refund request.
- *
- * @param orh the refund increasing operation to cancel
- */
void
TALER_MERCHANT_post_order_refund_cancel (
struct TALER_MERCHANT_OrderRefundHandle *orh)
@@ -175,17 +170,6 @@ TALER_MERCHANT_post_order_refund_cancel (
}
-/**
- * Increase the refund granted for an order
- *
- * @param ctx the CURL context used to connect to the backend
- * @param backend_url backend's base URL, including final "/"
- * @param order_id id of the order whose refund is to be increased
- * @param refund amount to which increase the refund
- * @param reason human-readable reason justifying the refund
- * @param cb callback processing the response from /refund
- * @param cb_cls closure for cb
- */
struct TALER_MERCHANT_OrderRefundHandle *
TALER_MERCHANT_post_order_refund (struct GNUNET_CURL_Context *ctx,
const char *backend_url,