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 19:55:49 +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 ad0876e  Doxygen fixes
ad0876e is described below

commit ad0876e17b159343e5a3ab4ec9e5036ecc4717d8
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 15 19:55:44 2020 +0200

    Doxygen fixes
---
 src/backenddb/plugin_merchantdb_postgres.c | 5 +++--
 src/include/taler_merchant_service.h       | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index adee996..50b8f8e 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1525,7 +1525,7 @@ make_dummy_url ()
  * @param cls closure
  * @param instance_id instance's identifier
  * @param order_id order_id used to store
- * @param claim_token the token belonging to the order
+ * @param contract_terms contract terms to store
  * @return transaction status, #GNUNET_DB_STATUS_HARD_ERROR if @a 
contract_terms
  *          is malformed
  */
@@ -1900,8 +1900,8 @@ postgres_insert_exchange_signkey (
  * @param amount_with_fee amount the exchange will deposit for this coin
  * @param deposit_fee fee the exchange will charge for this coin
  * @param wire_fee wire fee the exchange charges
+ * @param refund_fee fee the exchange charges to refund this coin
  * @param h_wire hash of the wire details of the target account of the merchant
- * @param exchange_timestamp timestamp from the exchange
  * @param exchange_sig signature from exchange that coin was accepted
  * @param exchange_pub signgin key that was used for @a exchange_sig
  * @return transaction status
@@ -2135,6 +2135,7 @@ postgres_mark_contract_paid (void *cls,
  * @param cls closure
  * @param instance_id instance to refund payment for
  * @param h_contract_terms hash of the contract to refund coin for
+ * @param refund_timestamp timestamp of the refund
  * @param coin_pub public key of the coin to refund (fully)
  * @param reason text justifying the refund
  * @return transaction status
diff --git a/src/include/taler_merchant_service.h 
b/src/include/taler_merchant_service.h
index bd0d230..a4699df 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -3495,7 +3495,7 @@ typedef void
  * @param ctx execution context
  * @param backend_url base URL of the merchant backend
  * @param tip_id unique identifier for the tip
- * @param num_planches number of planchets provided in @a planchets
+ * @param num_planchets number of planchets provided in @a planchets
  * @param planchets array of planchets to be signed into existence for the tip
  * @param pickup_cb callback which will work the response gotten from the 
backend
  * @param pickup_cb_cls closure to pass to @a pickup_cb

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