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: Tue, 21 Feb 2023 17:24:17 +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 7f4626d3 -doxygen fixes
7f4626d3 is described below

commit 7f4626d3c5ec3d4cafe6a8992741c085537a3037
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 21 17:24:14 2023 +0100

    -doxygen fixes
---
 src/backenddb/plugin_merchantdb_postgres.c | 4 ++--
 src/testing/testing_api_cmd_get_template.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 02749eff..93d179fa 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -2055,6 +2055,7 @@ postgres_insert_order_lock (void *cls,
  * @param[out] paid set to true if the order is fully paid
  * @param[out] claim_token set to the claim token, NULL to only check for 
existence
  * @param[out] pos_key encoded key for payment verification
+ * @param[out] pos_algorithm algorithm to compute the payment verification
  * @return transaction status
  */
 static enum GNUNET_DB_QueryStatus
@@ -2122,6 +2123,7 @@ postgres_lookup_contract_terms2 (
  * @param[out] contract_terms where to store the result, NULL to only check 
for existence
  * @param[out] order_serial set to the order's serial number
  * @param[out] paid set to true if the order is fully paid
+ * @param[out] claim_token set to token to use for access control
  * @return transaction status
  */
 static enum GNUNET_DB_QueryStatus
@@ -2181,8 +2183,6 @@ postgres_lookup_contract_terms (
  * @param order_id order_id used to store
  * @param contract_terms contract terms to store
  * @param[out] order_serial set to the serial of the order
- * @param pos_key encoded key for payment verification
- * @param pos_algorithm algorithm to compute the payment verification
  * @return transaction status, #GNUNET_DB_STATUS_HARD_ERROR if @a 
contract_terms
  *          is malformed
  */
diff --git a/src/testing/testing_api_cmd_get_template.c 
b/src/testing/testing_api_cmd_get_template.c
index acd9a2e3..da8b6786 100644
--- a/src/testing/testing_api_cmd_get_template.c
+++ b/src/testing/testing_api_cmd_get_template.c
@@ -73,7 +73,7 @@ struct GetTemplateState
  * @param cls closure for this function
  * @param hr HTTP response details
  * @param template_description description of the template
- * @param image base64-encoded template image
+ * @param pos_key shared key with the POS
  * @param template_contract where the contract of the company is
  */
 static void

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