merchant

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

commit 2793afed371825321334b8f8494fa3fc26d9ec10
parent ef870b54ac7a83dfd386f5dbd6945422796c8ccd
Author: MS <ms@taler.net>
Date:   Thu, 15 Oct 2020 12:08:46 +0200

Doxygen fixes

Diffstat:
Msrc/testing/testing_api_helpers.c | 19-------------------
1 file changed, 0 insertions(+), 19 deletions(-)

diff --git a/src/testing/testing_api_helpers.c b/src/testing/testing_api_helpers.c @@ -30,16 +30,6 @@ #include "taler_merchant_testing_lib.h" -/** - * Start the merchant backend process. Assume the port - * is available and the database is clean. Use the "prepare - * merchant" function to do such tasks. - * - * @param config_filename configuration filename. - * - * @return the process, or NULL if the process could not - * be started. - */ struct GNUNET_OS_Process * TALER_TESTING_run_merchant (const char *config_filename, const char *merchant_url) @@ -95,15 +85,6 @@ TALER_TESTING_run_merchant (const char *config_filename, } -/** - * Prepare the merchant execution. Create tables and check if - * the port is available. - * - * @param config_filename configuration filename. - * - * @return the base url, or NULL upon errors. Must be freed - * by the caller. - */ char * TALER_TESTING_prepare_merchant (const char *config_filename) {