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.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 32209bcd..80009f77 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -2164,9 +2164,7 @@ struct TALER_MERCHANT_PayResponse
* POST /orders/$ID/pay request to a merchant.
*
* @param cls closure
- * @param hr HTTP response details
- * @param merchant_sig signature from the merchant
- * affirming payment, or NULL on errors
+ * @param pr HTTP response details
*/
typedef void
(*TALER_MERCHANT_OrderPayCallback) (
@@ -3688,9 +3686,7 @@ struct TALER_MERCHANT_PickupDetails
* the operation.
*
* @param cls closure
- * @param hr HTTP response details
- * @param num_sigs length of the @a reserve_sigs array, 0 on error
- * @param sigs array of signatures over the coins, NULL on error
+ * @param pd HTTP response details
*/
typedef void
(*TALER_MERCHANT_TipPickupCallback) (