diff options
author | MS <ms@taler.net> | 2020-10-13 16:22:48 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-13 16:22:48 +0200 |
commit | a80452b0a0f41cf24b3582dcf7c2cf9b2cb9fdf9 (patch) | |
tree | 6b137efd86baf3cef0c1cc3fde9669869aa42666 /src/lib/merchant_api_tip_pickup2.c | |
parent | 82358a9d6ce23eca4548caaedb66dc6c981f1f06 (diff) |
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_tip_pickup2.c')
-rw-r--r-- | src/lib/merchant_api_tip_pickup2.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/lib/merchant_api_tip_pickup2.c b/src/lib/merchant_api_tip_pickup2.c index ec916f87..8009687b 100644 --- a/src/lib/merchant_api_tip_pickup2.c +++ b/src/lib/merchant_api_tip_pickup2.c @@ -222,19 +222,6 @@ handle_tip_pickup_finished (void *cls, } -/** - * Issue a /tips/$ID/tip-pickup request to the backend. Informs the backend - * that a customer wants to pick up a tip. - * - * @param ctx execution context - * @param backend_url base URL of the merchant backend - * @param tip_id unique identifier for the tip - * @param num_planches number of planchets provided in @a planchets - * @param planchets array of planchets to be signed into existence for the tip - * @param pickup_cb callback which will work the response gotten from the backend - * @param pickup_cb_cls closure to pass to @a pickup_cb - * @return handle for this operation, NULL upon errors - */ struct TALER_MERCHANT_TipPickup2Handle * TALER_MERCHANT_tip_pickup2 (struct GNUNET_CURL_Context *ctx, const char *backend_url, @@ -350,12 +337,6 @@ TALER_MERCHANT_tip_pickup2 (struct GNUNET_CURL_Context *ctx, } -/** - * Cancel a /tips/$TIP_ID/pickup request. This function cannot be used - * on a request handle if a response is already served for it. - * - * @param tpo handle to the tracking operation being cancelled - */ void TALER_MERCHANT_tip_pickup2_cancel ( struct TALER_MERCHANT_TipPickup2Handle *tpo) |