summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/taler_merchant_service.h5
-rw-r--r--src/lib/merchant_api_post_reserves.c6
2 files changed, 2 insertions, 9 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 2a6f19c0..8db6af64 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -2036,8 +2036,7 @@ struct TALER_MERCHANT_PaidCoin
/**
* Pay a merchant. API for frontends talking to backends. Here,
* the frontend does not have the coin's private keys, but just
- * the public keys and signatures. Note the sublte difference
- * in the type of @a coins compared to #TALER_MERCHANT_pay().
+ * the public keys and signatures.
*
* This is a PUBLIC API, albeit in this form useful for the frontend,
* in case the frontend is proxying the request.
@@ -3373,7 +3372,7 @@ TALER_MERCHANT_tips_get2 (struct GNUNET_CURL_Context *ctx,
/**
* Cancel a GET /private/tips request.
*
- * @param
+ * @param tgh the operation to cancel
*/
void
TALER_MERCHANT_tips_get_cancel (struct TALER_MERCHANT_TipsGetHandle *);
diff --git a/src/lib/merchant_api_post_reserves.c b/src/lib/merchant_api_post_reserves.c
index fa471984..59ae0efe 100644
--- a/src/lib/merchant_api_post_reserves.c
+++ b/src/lib/merchant_api_post_reserves.c
@@ -222,12 +222,6 @@ TALER_MERCHANT_reserves_post (
}
-/**
- * Cancel a POST /reserves request. This function cannot be used
- * on a request handle if a response is already served for it.
- *
- * @param prh handle to the tracking operation being cancelled
- */
void
TALER_MERCHANT_reserves_post_cancel (
struct TALER_MERCHANT_PostReservesHandle *prh)