merchant

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

commit 060bf5d75832a0e55c7a8a98177720e7b6b76671
parent 5ea59df5baf316be47615c7a1b4639472a94e12c
Author: MS <ms@taler.net>
Date:   Thu, 15 Oct 2020 16:39:45 +0200

Doxygen fixes

Diffstat:
Msrc/testing/testing_api_cmd_delete_instance.c | 1+
Msrc/testing/testing_api_cmd_delete_order.c | 1+
Msrc/testing/testing_api_cmd_delete_product.c | 1+
Msrc/testing/testing_api_cmd_delete_reserve.c | 1+
Msrc/testing/testing_api_cmd_lock_product.c | 1+
Msrc/testing/testing_api_cmd_wallet_get_order.c | 2+-
6 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/testing/testing_api_cmd_delete_instance.c b/src/testing/testing_api_cmd_delete_instance.c @@ -71,6 +71,7 @@ struct DeleteInstanceState * Callback for a /delete/instances/$ID operation. * * @param cls closure for this function + * @param hr response being processed */ static void delete_instance_cb (void *cls, diff --git a/src/testing/testing_api_cmd_delete_order.c b/src/testing/testing_api_cmd_delete_order.c @@ -66,6 +66,7 @@ struct DeleteOrderState * Callback for a DELETE /orders/$ID operation. * * @param cls closure for this function + * @param hr response being processed */ static void delete_order_cb (void *cls, diff --git a/src/testing/testing_api_cmd_delete_product.c b/src/testing/testing_api_cmd_delete_product.c @@ -66,6 +66,7 @@ struct DeleteProductState * Callback for a /delete/products/$ID operation. * * @param cls closure for this function + * @param hr response being processed */ static void delete_product_cb (void *cls, diff --git a/src/testing/testing_api_cmd_delete_reserve.c b/src/testing/testing_api_cmd_delete_reserve.c @@ -71,6 +71,7 @@ struct DeleteReserveState * Callback for a DELETE /reserves/$RESERVE_PUB operation. * * @param cls closure for this function + * @param hr response being processed */ static void delete_reserve_cb (void *cls, diff --git a/src/testing/testing_api_cmd_lock_product.c b/src/testing/testing_api_cmd_lock_product.c @@ -81,6 +81,7 @@ struct LockProductState * Callback for a POST /products/$ID/lock operation. * * @param cls closure for this function + * @param hr response being processed */ static void lock_product_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 @@ -88,7 +88,7 @@ struct WalletGetOrderState * @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