summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 1d0f166e..bd0d2302 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -1165,7 +1165,7 @@ TALER_MERCHANT_product_lock (
* Cancel POST /products/$ID/lock operation. Note that the
* lock may or may not be acquired despite the cancellation.
*
- * @param pdh operation to cancel
+ * @param plh operation to cancel
*/
void
TALER_MERCHANT_product_lock_cancel (
@@ -1299,7 +1299,7 @@ struct TALER_MERCHANT_InventoryProduct
* @param payment_target desired payment target identifier (to select merchant bank details)
* @param inventory_products_length length of the @a inventory_products array
* @param inventory_products products to add to the order from the inventory
- * @param lock_uuids_length length of the @a uuids array
+ * @param uuids_length length of the @a uuids array
* @param uuids array of UUIDs with locks on @a inventory_products
* @param create_token whether to create a claim token
* @param cb the callback to call when a reply for this request is available
@@ -2129,7 +2129,6 @@ struct TALER_MERCHANT_PayCoin
* @param order_id order id
* @param num_coins number of coins used to pay
* @param coins array of coins we use to pay
- * @param coin_sig the signature made with purpose #TALER_SIGNATURE_WALLET_COIN_DEPOSIT made by the customer with the coin’s private key.
* @param pay_cb the callback to call when a reply for this request is available
* @param pay_cb_cls closure for @a pay_cb
* @return a handle for this request
@@ -2433,7 +2432,7 @@ TALER_MERCHANT_post_order_refund (struct GNUNET_CURL_Context *ctx,
/**
* Cancel a POST /refund request.
*
- * @param rio the refund increasing operation to cancel
+ * @param orh the refund increasing operation to cancel
*/
void
TALER_MERCHANT_post_order_refund_cancel (
@@ -2605,7 +2604,7 @@ typedef void
* @param payto_uri which account was credited by the wire transfer
* @param exchange_url what is the URL of the exchange that made the transfer
* @param cb the callback to call when a reply for this request is available
- * @param cb_cls closure for @a cb
+ * @param cls closure for @a cb
* @return a handle for this request
*/
struct TALER_MERCHANT_PostTransfersHandle *
@@ -3202,7 +3201,7 @@ TALER_MERCHANT_wallet_tip_get (struct GNUNET_CURL_Context *ctx,
/**
* Cancel a GET /tips/$TIP_ID request.
*
- * @param tqo handle to the request to be canceled
+ * @param tgh handle to the request to be canceled
*/
void
TALER_MERCHANT_wallet_tip_get_cancel (struct
@@ -3428,7 +3427,7 @@ struct TALER_MERCHANT_PlanchetData
* @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 pds
+ * @param num_planchets number of planchets provided in @a pds
* @param planchets array of planchet secrets 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
@@ -3447,7 +3446,7 @@ TALER_MERCHANT_tip_pickup (struct GNUNET_CURL_Context *ctx,
/**
* Cancel a pending /tips/$TIP_ID/pickup request
*
- * @param tp handle from the operation to cancel
+ * @param tph handle from the operation to cancel
*/
void
TALER_MERCHANT_tip_pickup_cancel (struct TALER_MERCHANT_TipPickupHandle *tph);