merchant

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

commit 1d8a5e4336304246141e17f4e49e58762348fbd5
parent 1ea6a4f5a191a721ca76ae42e9a0e9ec1b3ad807
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  3 Jun 2023 12:57:44 +0200

-fix doxygen

Diffstat:
Msrc/testing/testing_api_cmd_post_account.c | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/testing/testing_api_cmd_post_account.c b/src/testing/testing_api_cmd_post_account.c @@ -66,11 +66,11 @@ struct PostAccountState * Callback for a POST /account operation. * * @param cls closure for this function - * @param hr response being processed + * @param apr response being processed */ static void post_account_cb (void *cls, - const struct TALER_MERCHANT_AccountPostResponse *apr) + const struct TALER_MERCHANT_AccountPostResponse *apr) { struct PostAccountState *pas = cls; @@ -117,8 +117,8 @@ post_account_cb (void *cls, */ static void post_account_run (void *cls, - const struct TALER_TESTING_Command *cmd, - struct TALER_TESTING_Interpreter *is) + const struct TALER_TESTING_Command *cmd, + struct TALER_TESTING_Interpreter *is) { struct PostAccountState *pas = cls; @@ -144,9 +144,9 @@ post_account_run (void *cls, */ static enum GNUNET_GenericReturnValue post_account_traits (void *cls, - const void **ret, - const char *trait, - unsigned int index) + const void **ret, + const char *trait, + unsigned int index) { /* struct PostAccountState *pps = cls; */ struct TALER_TESTING_Trait traits[] = { @@ -169,7 +169,7 @@ post_account_traits (void *cls, */ static void post_account_cleanup (void *cls, - const struct TALER_TESTING_Command *cmd) + const struct TALER_TESTING_Command *cmd) { struct PostAccountState *pas = cls;