From db669ee495a29384c6d592cb1080db58e832a649 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 23:49:37 +0100 Subject: payback -> recoup stranglers --- src/include/taler_testing_lib.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 3d9abae0..0b3d1999 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1567,7 +1567,7 @@ TALER_TESTING_cmd_refund (const char *label, /** - * Make a "payback" command. + * Make a "recoup" command. * * @param label the command label * @param expected_response_code expected HTTP status code @@ -1580,11 +1580,11 @@ TALER_TESTING_cmd_refund (const char *label, * @return the command. */ struct TALER_TESTING_Command -TALER_TESTING_cmd_payback (const char *label, - unsigned int expected_response_code, - const char *coin_reference, - const char *amount, - const char *melt_reference); +TALER_TESTING_cmd_recoup (const char *label, + unsigned int expected_response_code, + const char *coin_reference, + const char *amount, + const char *melt_reference); /** -- cgit v1.2.3