From bbbb0986c63c162fbd299d6fe20cd4e4ba0f705f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 17 Nov 2018 19:23:39 +0100 Subject: complete /deposit-confirmation test command --- src/include/taler_testing_auditor_lib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/taler_testing_auditor_lib.h') 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); -- cgit v1.2.3