merchant

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

commit f26664f65653a2295ce6f51316c7cf3d8a88c283
parent 42682207973f59f4ca87cb98bf870c0951ca6a0b
Author: MS <ms@taler.net>
Date:   Thu, 15 Oct 2020 12:27:05 +0200

Doxygen fixes

Diffstat:
Msrc/lib/merchant_api_get_reserve.c | 2+-
Msrc/lib/merchant_api_get_reserves.c | 2+-
Msrc/lib/merchant_api_get_tips.c | 2+-
Msrc/lib/merchant_api_get_transfers.c | 2+-
Msrc/lib/merchant_api_lock_product.c | 2+-
Msrc/lib/merchant_api_merchant_get_order.c | 2+-
Msrc/lib/merchant_api_merchant_get_tip.c | 2+-
Msrc/lib/merchant_api_patch_instance.c | 2+-
Msrc/lib/merchant_api_patch_order_forget.c | 2+-
Msrc/lib/merchant_api_patch_product.c | 2+-
10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/lib/merchant_api_get_reserve.c b/src/lib/merchant_api_get_reserve.c @@ -70,7 +70,7 @@ struct TALER_MERCHANT_ReserveGetHandle * * @param cls the `struct TALER_MERCHANT_ReserveGetHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, NULL if not in JSON + * @param response response body, NULL if not in JSON */ static void handle_reserve_get_finished (void *cls, diff --git a/src/lib/merchant_api_get_reserves.c b/src/lib/merchant_api_get_reserves.c @@ -70,7 +70,7 @@ struct TALER_MERCHANT_ReservesGetHandle * * @param cls the `struct TALER_MERCHANT_ReservesGetHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, NULL if not in JSON + * @param response response body, NULL if not in JSON */ static void handle_reserves_get_finished (void *cls, diff --git a/src/lib/merchant_api_get_tips.c b/src/lib/merchant_api_get_tips.c @@ -127,7 +127,7 @@ parse_tips (const json_t *ia, * * @param cls the `struct TALER_MERCHANT_TipsGetHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, NULL if not in JSON + * @param response response body, NULL if not in JSON */ static void handle_get_tips_finished (void *cls, diff --git a/src/lib/merchant_api_get_transfers.c b/src/lib/merchant_api_get_transfers.c @@ -70,7 +70,7 @@ struct TALER_MERCHANT_GetTransfersHandle * * @param cls the `struct TALER_MERCHANT_GetTransfersHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, NULL if not in JSON + * @param response response body, NULL if not in JSON */ static void handle_transfers_get_finished (void *cls, diff --git a/src/lib/merchant_api_lock_product.c b/src/lib/merchant_api_lock_product.c @@ -77,7 +77,7 @@ struct TALER_MERCHANT_ProductLockHandle * * @param cls the `struct TALER_MERCHANT_ProductLockHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, NULL if not in JSON + * @param response response body, NULL if not in JSON */ static void handle_lock_product_finished (void *cls, diff --git a/src/lib/merchant_api_merchant_get_order.c b/src/lib/merchant_api_merchant_get_order.c @@ -355,7 +355,7 @@ handle_paid (struct TALER_MERCHANT_OrderMerchantGetHandle *omgh, * * @param cls the `struct TALER_MERCHANT_OrderMerchantGetHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, should be NULL + * @param response response body, NULL if not in JSON */ static void handle_merchant_order_get_finished (void *cls, diff --git a/src/lib/merchant_api_merchant_get_tip.c b/src/lib/merchant_api_merchant_get_tip.c @@ -124,7 +124,7 @@ parse_pickups (const json_t *pa, * * @param cls the `struct TALER_MERCHANT_TipMerchantGetHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, NULL if not in JSON + * @param response response body, NULL if not in JSON */ static void handle_merchant_tip_get_finished (void *cls, diff --git a/src/lib/merchant_api_patch_instance.c b/src/lib/merchant_api_patch_instance.c @@ -77,7 +77,7 @@ struct TALER_MERCHANT_InstancePatchHandle * * @param cls the `struct TALER_MERCHANT_InstancePatchHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, NULL if not in JSON + * @param response response body, NULL if not in JSON */ static void handle_patch_instance_finished (void *cls, diff --git a/src/lib/merchant_api_patch_order_forget.c b/src/lib/merchant_api_patch_order_forget.c @@ -77,7 +77,7 @@ struct TALER_MERCHANT_OrderForgetHandle * * @param cls the `struct TALER_MERCHANT_OrderForgetHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, NULL if not in JSON + * @param response response body, NULL if not in JSON */ static void handle_forget_finished (void *cls, diff --git a/src/lib/merchant_api_patch_product.c b/src/lib/merchant_api_patch_product.c @@ -77,7 +77,7 @@ struct TALER_MERCHANT_ProductPatchHandle * * @param cls the `struct TALER_MERCHANT_ProductPatchHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, NULL if not in JSON + * @param response response body, NULL if not in JSON */ static void handle_patch_product_finished (void *cls,