summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_tip_authorize.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_tip_authorize.c
parentda11b4b50f32adb12200fa69cbfa3ddcc072a357 (diff)
downloadmerchant-01126ed1389937fe6f4d2fe7c0a4ca27026bb57c.tar.gz
merchant-01126ed1389937fe6f4d2fe7c0a4ca27026bb57c.tar.bz2
merchant-01126ed1389937fe6f4d2fe7c0a4ca27026bb57c.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_tip_authorize.c')
-rw-r--r--src/lib/merchant_api_tip_authorize.c34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/lib/merchant_api_tip_authorize.c b/src/lib/merchant_api_tip_authorize.c
index 2418ff2d..57f2e2c0 100644
--- a/src/lib/merchant_api_tip_authorize.c
+++ b/src/lib/merchant_api_tip_authorize.c
@@ -206,20 +206,6 @@ handle_tip_authorize_finished (void *cls,
}
-/**
- * Issue a /tip-authorize request to the backend. Informs the backend
- * that a tip should be created.
- *
- * @param ctx execution context
- * @param backend_url base URL of the merchant backend
- * @param reserve_pub public key of the reserve
- * @param next_url where the browser should proceed after picking up the tip
- * @param amount amount to be handed out as a tip
- * @param justification which justification should be stored (human-readable reason for the tip)
- * @param authorize_cb callback which will work the response gotten from the backend
- * @param authorize_cb_cls closure to pass to @a authorize_cb
- * @return handle for this operation, NULL upon errors
- */
struct TALER_MERCHANT_TipAuthorizeHandle *
TALER_MERCHANT_tip_authorize2 (
struct GNUNET_CURL_Context *ctx,
@@ -310,20 +296,6 @@ TALER_MERCHANT_tip_authorize2 (
}
-/**
- * Issue a POST /tips request to the backend. Informs the backend that a tip
- * should be created. In contrast to #TALER_MERCHANT_tip_authorize2(), the
- * backend gets to pick the reserve with this API.
- *
- * @param ctx execution context
- * @param backend_url base URL of the merchant backend
- * @param next_url where the browser should proceed after picking up the tip
- * @param amount amount to be handed out as a tip
- * @param justification which justification should be stored (human-readable reason for the tip)
- * @param authorize_cb callback which will work the response gotten from the backend
- * @param authorize_cb_cls closure to pass to @a authorize_cb
- * @return handle for this operation, NULL upon errors
- */
struct TALER_MERCHANT_TipAuthorizeHandle *
TALER_MERCHANT_tip_authorize (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
@@ -397,12 +369,6 @@ TALER_MERCHANT_tip_authorize (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Cancel a /track/transaction request. This function cannot be used
- * on a request handle if a response is already served for it.
- *
- * @param tao handle to the tracking operation being cancelled
- */
void
TALER_MERCHANT_tip_authorize_cancel (
struct TALER_MERCHANT_TipAuthorizeHandle *tao)