merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit a8f367f51d9429f2ff62f2ebc9efcba24511346e
parent 060bf5d75832a0e55c7a8a98177720e7b6b76671
Author: MS <ms@taler.net>
Date:   Thu, 15 Oct 2020 16:52:13 +0200

Doxygen fixes

Diffstat:
Msrc/backend/taler-merchant-httpd_private-get-transfers.c | 1+
Msrc/backend/taler-merchant-httpd_private-post-transfers.c | 1+
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 @@ -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 @@ -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