gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: Doxygen fixes


From: gnunet
Subject: [taler-merchant] branch master updated: Doxygen fixes
Date: Thu, 15 Oct 2020 15:45:54 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 7cee0e4  Doxygen fixes
7cee0e4 is described below

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

    Doxygen fixes
---
 src/backend/taler-merchant-httpd_private-post-orders.c    | 2 ++
 src/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
index 23ea1ef..31707a1 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 0f21d63..8cc60dd 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]