From 5f7230811d692254e314728bc1cbc0007deb08e2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Apr 2021 23:43:01 +0200 Subject: more doxygen fixes --- src/include/taler_merchant_service.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/include/taler_merchant_service.h') 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) ( -- cgit v1.2.3