diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-21 09:56:49 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-21 09:56:49 +0100 |
commit | b09bd97c3b5cfa2356d05c6a5d2b7d2cf08fa76f (patch) | |
tree | 95fc2b0aa9d48ee638bf66ca83c2fd243e858385 /src/include | |
parent | 6ac3c6cd4d6e1e67ea34348057a20404969f5481 (diff) |
test command "fakebank transfer"
takes exchange url in arguments
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_lib.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index f8063fe3c..2a03b0cad 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -396,7 +396,8 @@ TALER_TESTING_cmd_fakebank_transfer (const char *label, uint64_t debit_account_no, uint64_t credit_account_no, const char *auth_username, - const char *auth_password); + const char *auth_password, + const char *exchange_url); /** @@ -412,7 +413,8 @@ TALER_TESTING_cmd_fakebank_transfer_with_subject uint64_t credit_account_no, const char *auth_username, const char *auth_password, - const char *subject); + const char *subject, + const char *exchange_url); /** @@ -428,7 +430,8 @@ TALER_TESTING_cmd_fakebank_transfer_with_ref uint64_t credit_account_no, const char *auth_username, const char *auth_password, - const char *ref); + const char *ref, + const char *exchange_url); /** |