merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit c5cbcea02a9b926924601d95c3bebb02eb06910b
parent 4b766bf1a6a70ef1bdb0eadd08225a8e07932e69
Author: MS <ms@taler.net>
Date:   Tue, 20 Oct 2020 17:07:45 +0200

@param

Diffstat:
Msrc/testing/testing_api_cmd_get_instance.c | 4++++
Msrc/testing/testing_api_cmd_get_instances.c | 3+++
Msrc/testing/testing_api_cmd_get_orders.c | 3+++
Msrc/testing/testing_api_cmd_wallet_post_orders_refund.c | 4++++
4 files changed, 14 insertions(+), 0 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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 (