summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/taler-merchant-httpd_private-get-transfers.c1
-rw-r--r--src/backend/taler-merchant-httpd_private-post-transfers.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-transfers.c b/src/backend/taler-merchant-httpd_private-get-transfers.c
index e3316157..ffff32be 100644
--- a/src/backend/taler-merchant-httpd_private-get-transfers.c
+++ b/src/backend/taler-merchant-httpd_private-get-transfers.c
@@ -40,6 +40,7 @@
* @param verified YES if we checked the exchange's answer and liked it,
* NO if we checked the exchange's answer and it is problematic,
* ALL if we did not yet check
+ * @param confirmed true if the merchant acknowledged the wire transfer reception
*/
static void
transfer_cb (void *cls,
diff --git a/src/backend/taler-merchant-httpd_private-post-transfers.c b/src/backend/taler-merchant-httpd_private-post-transfers.c
index 8cc60ddc..3bf09470 100644
--- a/src/backend/taler-merchant-httpd_private-post-transfers.c
+++ b/src/backend/taler-merchant-httpd_private-post-transfers.c
@@ -264,6 +264,7 @@ transfer_cleanup (void *cls)
* @param amount_with_fee amount the exchange will transfer for this coin
* @param deposit_fee fee the exchange will charge for this coin
* @param refund_fee fee the exchange will charge for refunding this coin
+ * @param wire_fee paid wire fee
* @param h_wire hash of merchant's wire details
* @param deposit_timestamp when did the exchange receive the deposit
* @param refund_deadline until when are refunds allowed