merchant

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

commit 7cee0e43b929543cdceaad3f4e66da1728ecd40e
parent f353a1efeab21e46ccdb203e15a848345775f451
Author: MS <ms@taler.net>
Date:   Thu, 15 Oct 2020 15:45:20 +0200

Doxygen fixes

Diffstat:
Msrc/backend/taler-merchant-httpd_private-post-orders.c | 2++
Msrc/backend/taler-merchant-httpd_private-post-transfers.c | 1-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c @@ -571,6 +571,7 @@ execute_order (struct MHD_Connection *connection, * @param h_post_data hash of the client's POST request, for idempotency checks * @param[in,out] order order to process (can be modified) * @param claim_token token to use for access control + * @param refund_delay refund delay * @param inventory_products_length length of the @a inventory_products array * @param inventory_products array of products to add to @a order from our inventory * @param uuids_length length of the @a uuids array @@ -872,6 +873,7 @@ patch_order (struct MHD_Connection *connection, * @param h_post_data hash of the client's POST request, for idempotency checks * @param[in,out] order order to process (can be modified) * @param claim_token token to use for access control + * @param refund_delay refund delay * @param payment_target desired wire method, NULL for no preference * @param inventory_products_length length of the @a inventory_products array * @param inventory_products array of products to add to @a order from our inventory diff --git a/src/backend/taler-merchant-httpd_private-post-transfers.c b/src/backend/taler-merchant-httpd_private-post-transfers.c @@ -260,7 +260,6 @@ transfer_cleanup (void *cls) * knew about this coin. * * @param cls closure with our `struct PostTransfersContext *` - * @param transaction_id of the contract * @param exchange_url URL of the exchange that issued @a coin_pub * @param amount_with_fee amount the exchange will transfer for this coin * @param deposit_fee fee the exchange will charge for this coin