merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 3e2b8626e81a3f5a1b5b09973be447b4abfb3a26
parent a802706edfaff4a35f71a7f5ec3448b6ec8cfe9f
Author: MS <ms@taler.net>
Date:   Tue, 20 Oct 2020 17:28:24 +0200

Doxygen fixes

Diffstat:
Msrc/include/taler_merchant_service.h | 5++---
Msrc/lib/merchant_api_post_reserves.c | 6------
2 files changed, 2 insertions(+), 9 deletions(-)

diff --git 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 @@ -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)