summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_auditor_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-17 19:23:39 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-17 19:23:39 +0100
commitbbbb0986c63c162fbd299d6fe20cd4e4ba0f705f (patch)
treedfefc34448341e6e95d41b93588e15110d284fbb /src/include/taler_testing_auditor_lib.h
parent5f365133cd31a6c3ea13d40ba34fb11a7a530c4e (diff)
downloadexchange-bbbb0986c63c162fbd299d6fe20cd4e4ba0f705f.tar.gz
exchange-bbbb0986c63c162fbd299d6fe20cd4e4ba0f705f.tar.bz2
exchange-bbbb0986c63c162fbd299d6fe20cd4e4ba0f705f.zip
complete /deposit-confirmation test command
Diffstat (limited to 'src/include/taler_testing_auditor_lib.h')
-rw-r--r--src/include/taler_testing_auditor_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_testing_auditor_lib.h b/src/include/taler_testing_auditor_lib.h
index fc8af678f..297ab2b32 100644
--- a/src/include/taler_testing_auditor_lib.h
+++ b/src/include/taler_testing_auditor_lib.h
@@ -70,8 +70,8 @@ TALER_TESTING_cmd_exec_wire_auditor (const char *label,
* coins, this parameter selects which one in that array.
* This value is currently ignored, as only one-coin
* deposits are implemented.
+ * @param amount_without_fee deposited amount without the fee
* @param expected_response_code expected HTTP response code.
- *
* @return the command.
*/
struct TALER_TESTING_Command
@@ -80,6 +80,7 @@ TALER_TESTING_cmd_deposit_confirmation
struct TALER_AUDITOR_Handle *auditor,
const char *deposit_reference,
unsigned int coin_index,
+ const char *amount_without_fee,
unsigned int expected_response_code);