From e83015c8a3ee37ef2c8eb3d5236a6bbbdcab95df Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 Jan 2020 15:20:48 +0100 Subject: fix payto URI conversion --- src/include/taler_testing_lib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 7e097ff1..9f638bd6 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1359,16 +1359,16 @@ TALER_TESTING_cmd_track_transfer (const char *label, * @param exchange_base_url base url of the exchange involved in * the wire transfer. * @param amount the amount expected to be transferred. - * @param debit_account the account that gave money. - * @param credit_account the account that received money. + * @param debit_payto the account that gave money. + * @param credit_payto the account that received money. * @return the command */ struct TALER_TESTING_Command TALER_TESTING_cmd_check_bank_transfer (const char *label, const char *exchange_base_url, const char *amount, - const char *debit_account, - const char *credit_account); + const char *debit_payto, + const char *credit_payto); /** -- cgit v1.2.3