diff options
author | MS <ms@taler.net> | 2020-10-15 16:52:13 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-15 16:52:13 +0200 |
commit | a8f367f51d9429f2ff62f2ebc9efcba24511346e (patch) | |
tree | 5a0278bd5243dd7835fd54a5f11c68f532b46827 /src/backend/taler-merchant-httpd_private-post-transfers.c | |
parent | 060bf5d75832a0e55c7a8a98177720e7b6b76671 (diff) |
Doxygen fixes
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-transfers.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-post-transfers.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |