diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-17 15:03:19 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-17 15:03:27 +0100 |
commit | 84f3b9b2872264bfba2027c720116f6c7de7ae4a (patch) | |
tree | 738bfb70c000e6df80d237bae0e3a8411c470d17 /src/include/taler_testing_lib.h | |
parent | e88ad199e667a435046ca2d7cc967ba740fa0452 (diff) |
payto fixes
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 783aa5966..338eea654 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -878,6 +878,7 @@ TALER_TESTING_cmd_transfer (const char *label, const char *amount, const char *account_base_url, const struct TALER_BANK_AuthenticationData *auth, + const char *payto_debit_account, const char *payto_credit_account, const struct TALER_WireTransferIdentifierRawP *wtid, const char *exchange_base_url); |