summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_post_reserves.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 12:00:19 +0200
committerMS <ms@taler.net>2020-10-15 13:05:24 +0200
commit875611bddc13935f5cb34c37720f7fa1661296cd (patch)
treeaaae42c99f615283d32136ead8bae72bb6b96605 /src/testing/testing_api_cmd_post_reserves.c
parent8718ecbfcfd6111561118fbf5d293eed37bd838a (diff)
downloadmerchant-875611bddc13935f5cb34c37720f7fa1661296cd.tar.gz
merchant-875611bddc13935f5cb34c37720f7fa1661296cd.tar.bz2
merchant-875611bddc13935f5cb34c37720f7fa1661296cd.zip
Doxygen fixes
Diffstat (limited to 'src/testing/testing_api_cmd_post_reserves.c')
-rw-r--r--src/testing/testing_api_cmd_post_reserves.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/testing/testing_api_cmd_post_reserves.c b/src/testing/testing_api_cmd_post_reserves.c
index 950ea9bf..dbd0c218 100644
--- a/src/testing/testing_api_cmd_post_reserves.c
+++ b/src/testing/testing_api_cmd_post_reserves.c
@@ -227,17 +227,6 @@ post_reserves_cleanup (void *cls,
}
-/**
- * Define a "POST /reserves" CMD
- *
- * @param label command label.
- * @param merchant_url url to the merchant.
- * @param initial_balance initial amount in the reserve.
- * @param exchange_url url to the exchange
- * @param wire_method wire transfer method to use for this reserve
- * @param http_status expected HTTP response code.
- * @return the command.
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_merchant_post_reserves (const char *label,
const char *merchant_url,
@@ -270,13 +259,6 @@ TALER_TESTING_cmd_merchant_post_reserves (const char *label,
}
-/**
- * This commands does not query the backend at all,
- * but just makes up a fake reserve.
- *
- * @param label command label.
- * @return the command.
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_merchant_post_reserves_fake (const char *label)
{