gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: @param


From: gnunet
Subject: [taler-merchant] branch master updated: @param
Date: Tue, 20 Oct 2020 17:16:14 +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 d1db3b3  @param
d1db3b3 is described below

commit d1db3b3ca4e5c72c721508dc113eeb87740b48dd
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 20 17:16:07 2020 +0200

    @param
---
 src/backend/taler-merchant-httpd_private-post-orders.c | 2 ++
 src/backenddb/plugin_merchantdb_postgres.c             | 3 ++-
 2 files changed, 4 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 31707a1..b355ba4 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -951,6 +951,8 @@ add_payment_details (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 time window where it is possible to ask a refund
+ * @param payment_target bank account that should receive the payment
  * @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
diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index cb89f2c..74c7648 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1281,6 +1281,7 @@ lookup_orders_cb (void *cls,
  * @param instance_id instance to obtain order of
  * @param of filter to apply when looking up orders
  * @param cb callback to pass all the orders that are found
+ * @param cb_cls closure for @a cb
  * @return transaction status
  */
 static enum GNUNET_DB_QueryStatus
@@ -4295,7 +4296,7 @@ postgres_lookup_transfers (void *cls,
  * including signature (so we have proof).
  *
  * @param cls closure
- * @paramm master_pub public key of the exchange
+ * @param master_pub public key of the exchange
  * @param h_wire_method hash of wire method
  * @param wire_fee wire fee charged
  * @param closing_fee closing fee charged (irrelevant for us,

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