summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 15:45:20 +0200
committerMS <ms@taler.net>2020-10-15 15:45:41 +0200
commit7cee0e43b929543cdceaad3f4e66da1728ecd40e (patch)
tree0eaf4b77a97be37a9a4235003a0b268e8ba1e8f3 /src
parentf353a1efeab21e46ccdb203e15a848345775f451 (diff)
downloadmerchant-7cee0e43b929543cdceaad3f4e66da1728ecd40e.tar.gz
merchant-7cee0e43b929543cdceaad3f4e66da1728ecd40e.tar.bz2
merchant-7cee0e43b929543cdceaad3f4e66da1728ecd40e.zip
Doxygen fixes
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c2
-rw-r--r--src/backend/taler-merchant-httpd_private-post-transfers.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
index 23ea1ef6..31707a1e 100644
--- 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
index 0f21d632..8cc60ddc 100644
--- 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