diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-21 12:23:45 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-21 12:23:45 +0100 |
commit | 377f35fd7da097372ca494b8b30569b73336cdf2 (patch) | |
tree | 99435674f5e02b0b2307e9ef0f3f003efd7ff6d5 /src/include/taler_testing_lib.h | |
parent | b09bd97c3b5cfa2356d05c6a5d2b7d2cf08fa76f (diff) |
adding command to wire transfer to exchange by
reading a merchant instance's (reserve tip) private
key in order to construct the subject.
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 2a03b0cad..4416247c6 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -433,6 +433,22 @@ TALER_TESTING_cmd_fakebank_transfer_with_ref const char *ref, const char *exchange_url); +/** + * Create fakebank_transfer command with custom subject. + * + */ +struct TALER_TESTING_Command +TALER_TESTING_cmd_fakebank_transfer_with_instance + (const char *label, + const char *amount, + const char *bank_url, + uint64_t debit_account_no, + uint64_t credit_account_no, + const char *auth_username, + const char *auth_password, + const char *instance, + const char *exchange_url, + const char *config_filename); /** * Execute taler-exchange-wirewatch process. |