summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_post_order_paid.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_paid.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_paid.c')
-rw-r--r--src/lib/merchant_api_post_order_paid.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/lib/merchant_api_post_order_paid.c b/src/lib/merchant_api_post_order_paid.c
index 42f27ccd..5424ad8b 100644
--- a/src/lib/merchant_api_post_order_paid.c
+++ b/src/lib/merchant_api_post_order_paid.c
@@ -159,23 +159,6 @@ handle_paid_finished (void *cls,
}
-/**
- * Send proof of payment to a merchant.
- *
- * This is a PUBLIC API, albeit in this form useful for the frontend,
- * in case the frontend is proxying the request.
- *
- * @param ctx execution context
- * @param merchant_url base URL of the merchant
- * @param order_id which order should be paid
- * @param session_id session to pay for, or NULL for none
- * @param h_contract_terms hash of the contract terms
- * @param merchant_sig signature from the merchant
- * affirming payment, or NULL on errors
- * @param paid_cb the callback to call when a reply for this request is available
- * @param paid_cb_cls closure for @a paid_cb
- * @return a handle for this request
- */
struct TALER_MERCHANT_OrderPaidHandle *
TALER_MERCHANT_order_paid (
struct GNUNET_CURL_Context *ctx,
@@ -254,11 +237,6 @@ TALER_MERCHANT_order_paid (
}
-/**
- * Cancel POST /orders/$ID/paid operation.
- *
- * @param oph operation to cancel
- */
void
TALER_MERCHANT_order_paid_cancel (
struct TALER_MERCHANT_OrderPaidHandle *oph)