summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/taler_merchant_service.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index d71100b6..e1155ec9 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -3391,9 +3391,13 @@ struct TALER_MERCHANT_PickupDetail
*
* @param cls closure
* @param hr HTTP response details
+ * @param total_authorized how many tips were authorized under this tip
+ * @param total_picked_up how many tips have been picked up
+ * @param reason what was the reason given for the tip
* @param expiration when the tip will expire
- * @param exchange_url exchange from which the coins should be withdrawn
- * @param amount_remaining total amount still available for the tip
+ * @param reserve_pub which reserve is funding this tip
+ * @param pickups_length length of the @a pickups array
+ * @param pickups array of pickup operations performed for this tip
*/
typedef void
(*TALER_MERCHANT_TipMerchantGetCallback) (