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: Wed, 22 Feb 2023 11:07:20 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new ad213bfb -doxygen fixes
ad213bfb is described below

commit ad213bfb192d6efb3e1bcfcd095b34fbbbe0efa2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Feb 22 10:47:33 2023 +0100

    -doxygen fixes
---
 src/backend/taler-merchant-httpd_private-post-orders.c | 2 ++
 src/include/taler_merchant_service.h                   | 2 +-
 2 files changed, 3 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 c191f374..e75049d0 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -244,6 +244,8 @@ struct InventoryProduct
  * @param uuids_length length of the @a uuids array
  * @param uuids array of UUIDs used to reserve products from @a 
inventory_products
  * @param[out] out_of_stock_index which product (by offset) is out of stock, 
UINT_MAX if all were in-stock
+ * @param pos_key shared secret with the POS
+ * @param pos_algorithm algorithm for payment confirmation generation
  * @return transaction status, 0 if @a uuids were insufficient to reserve 
required inventory
  */
 static enum GNUNET_DB_QueryStatus
diff --git a/src/include/taler_merchant_service.h 
b/src/include/taler_merchant_service.h
index b748309e..20da7abd 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -4348,7 +4348,7 @@ typedef void
  *                    or the transaction will fail with a #MHD_HTTP_NOT_FOUND
  *                    HTTP status code
  * @param template_description description of the template
- * @param pos shared key with the POS
+ * @param pos_key shared key with the POS
  * @param mca algorithm used to generate confirmations
  * @param template_contract is the contract of the company
  * @param cb function to call with the backend's result

-- 
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]