summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-01-16 12:13:11 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-01-16 12:13:11 +0100
commitf13b8e4db68d3f520a8265c5f5b108baf2eea1e6 (patch)
tree8a8c1f623aaf080bad3852527002f78c0de5d0a3 /src/include/taler_testing_lib.h
parentabccaf2cd0d2528513947962470410c86cb76657 (diff)
downloadexchange-f13b8e4db68d3f520a8265c5f5b108baf2eea1e6.tar.gz
exchange-f13b8e4db68d3f520a8265c5f5b108baf2eea1e6.tar.bz2
exchange-f13b8e4db68d3f520a8265c5f5b108baf2eea1e6.zip
more comments and CMD state
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 623e94ceb..48214aed5 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1668,17 +1668,19 @@ TALER_TESTING_cmd_connect_with_state (const char *label,
*
* @param label command label.
* @param config_filename configuration filename.
- * @param TODO
- * @param TODO
- * @param TODO
- * @param TODO
+ * @param merchant_name Human-readable name of the merchant.
+ * @param merchant_account value indicating the merchant at its bank.
+ * @param wire_deadline point in time where the aggregator should have
+ * wired money to the merchant.
+ * @param amount_with_fee amount to deposit (inclusive of deposit fee)
+ * @param deposit_fee deposit fee
* @return the command.
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_insert_deposit (const char *label,
const char *config_filename,
const char *merchant_name,
- unsigned int merchant_account,
+ const char *merchant_account,
struct GNUNET_TIME_Absolute wire_deadline,
const char *amount_with_fee,
const char *deposit_fee);