merchant

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

commit 5ea59df5baf316be47615c7a1b4639472a94e12c
parent 01126ed1389937fe6f4d2fe7c0a4ca27026bb57c
Author: MS <ms@taler.net>
Date:   Thu, 15 Oct 2020 16:36:30 +0200

Doxygen fixes

Diffstat:
Msrc/testing/testing_api_cmd_abort_order.c | 3+--
Msrc/testing/testing_api_cmd_patch_instance.c | 1+
Msrc/testing/testing_api_cmd_patch_product.c | 1+
Msrc/testing/testing_api_cmd_post_instances.c | 1+
Msrc/testing/testing_api_cmd_post_orders.c | 2++
Msrc/testing/testing_api_cmd_post_products.c | 1+
Msrc/testing/testing_api_cmd_tip_authorize.c | 3++-
Msrc/testing/testing_api_cmd_wallet_get_order.c | 2+-
8 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/testing/testing_api_cmd_abort_order.c b/src/testing/testing_api_cmd_abort_order.c @@ -176,8 +176,7 @@ build_coins (struct TALER_MERCHANT_AbortCoin **ac, * @param hr HTTP response * @param merchant_pub public key of the merchant refunding the * contract. - * @param h_contract the contract involved in the refund. - * @param num_refunds length of the @a res array + * @param num_aborts length of the @a res array * @param res array containing the abort confirmations */ static void diff --git a/src/testing/testing_api_cmd_patch_instance.c b/src/testing/testing_api_cmd_patch_instance.c @@ -116,6 +116,7 @@ struct PatchInstanceState * Callback for a PATCH /instances/$ID operation. * * @param cls closure for this function + * @param hr response being processed */ static void patch_instance_cb (void *cls, diff --git a/src/testing/testing_api_cmd_patch_product.c b/src/testing/testing_api_cmd_patch_product.c @@ -116,6 +116,7 @@ struct PatchProductState * Callback for a PATCH /products/$ID operation. * * @param cls closure for this function + * @param hr response being processed */ static void patch_product_cb (void *cls, diff --git a/src/testing/testing_api_cmd_post_instances.c b/src/testing/testing_api_cmd_post_instances.c @@ -116,6 +116,7 @@ struct PostInstancesState * Callback for a POST /instances operation. * * @param cls closure for this function + * @param hr response being processed */ static void post_instances_cb (void *cls, diff --git a/src/testing/testing_api_cmd_post_orders.c b/src/testing/testing_api_cmd_post_orders.c @@ -183,6 +183,7 @@ orders_traits (void *cls, * * @param cls closure * @param hr HTTP response we got + * @param contract_terms contract terms of this order * @param sig merchant's signature * @param hash hash over the contract */ @@ -244,6 +245,7 @@ orders_claim_cb (void *cls, * @param cls closure. * @param hr HTTP response * @param order_id order id of the orders. + * @param claim_token claim token */ static void order_cb (void *cls, diff --git a/src/testing/testing_api_cmd_post_products.c b/src/testing/testing_api_cmd_post_products.c @@ -111,6 +111,7 @@ struct PostProductsState * Callback for a POST /products operation. * * @param cls closure for this function + * @param hr response being processed */ static void post_products_cb (void *cls, diff --git a/src/testing/testing_api_cmd_tip_authorize.c b/src/testing/testing_api_cmd_tip_authorize.c @@ -102,8 +102,9 @@ struct TipAuthorizeState * * @param cls closure * @param hr HTTP response we got - * @param taler_tip_uri URI to let the wallet know about the tip * @param tip_id unique identifier for the tip + * @param taler_tip_uri URI to let the wallet know about the tip + * @param expiration when the tip expires */ static void tip_authorize_cb (void *cls, diff --git a/src/testing/testing_api_cmd_wallet_get_order.c b/src/testing/testing_api_cmd_wallet_get_order.c @@ -509,7 +509,7 @@ conclude_task (void *cls) * @param refund_pending #GNUNET_YES if there are refunds waiting to be * obtained, #GNUNET_NO if all refunds have been obtained, #GNUNET_SYSERR * on error. - * @param refunded_amount amount that was refunded, NULL if there + * @param refund_amount amount that was refunded, NULL if there * was no refund * @param taler_pay_uri the URI that instructs the wallets to process * the payment