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:07:51 +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 c5cbcea  @param
c5cbcea is described below

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

    @param
---
 src/testing/testing_api_cmd_get_instance.c              | 4 ++++
 src/testing/testing_api_cmd_get_instances.c             | 3 +++
 src/testing/testing_api_cmd_get_orders.c                | 3 +++
 src/testing/testing_api_cmd_wallet_post_orders_refund.c | 4 ++++
 4 files changed, 14 insertions(+)

diff --git a/src/testing/testing_api_cmd_get_instance.c 
b/src/testing/testing_api_cmd_get_instance.c
index cb45b35..40598a6 100644
--- a/src/testing/testing_api_cmd_get_instance.c
+++ b/src/testing/testing_api_cmd_get_instance.c
@@ -96,6 +96,10 @@ struct GetInstanceState
  * Callback for a /get/instance/$ID operation.
  *
  * @param cls closure for this function
+ * @param hr HTTP response
+ * @param accounts_length how many bank accounts the instance has
+ * @param accounts the list of the instance's bank accounts
+ * @param details all the details related to this particular instance
  */
 static void
 get_instance_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_get_instances.c 
b/src/testing/testing_api_cmd_get_instances.c
index 3ad8c7e..ff900b8 100644
--- a/src/testing/testing_api_cmd_get_instances.c
+++ b/src/testing/testing_api_cmd_get_instances.c
@@ -71,6 +71,9 @@ struct GetInstancesState
  * Callback for a GET /instances operation.
  *
  * @param cls closure for this function
+ * @param hr HTTP response
+ * @param iis_length how many instances are returned
+ * @param iis all the instances details
  */
 static void
 get_instances_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_get_orders.c 
b/src/testing/testing_api_cmd_get_orders.c
index a4dcc81..0a3b39a 100644
--- a/src/testing/testing_api_cmd_get_orders.c
+++ b/src/testing/testing_api_cmd_get_orders.c
@@ -71,6 +71,9 @@ struct GetOrdersState
  * Callback for a GET /orders operation.
  *
  * @param cls closure for this function
+ * @param hr HTTP response
+ * @param orders_length how many orders are returned
+ * @param orders all the orders' details
  */
 static void
 get_orders_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_wallet_post_orders_refund.c 
b/src/testing/testing_api_cmd_wallet_post_orders_refund.c
index d50e273..912264a 100644
--- a/src/testing/testing_api_cmd_wallet_post_orders_refund.c
+++ b/src/testing/testing_api_cmd_wallet_post_orders_refund.c
@@ -77,6 +77,10 @@ struct WalletRefundState
  *
  * @param cls closure
  * @param hr HTTP response
+ * @param refund_amount refund amount
+ * @param merchant_pub public key of the merchant giving the refund
+ * @param refunds the given refunds
+ * @param refunds_length how many refunds were given
  */
 static void
 refund_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]