summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_testing_lib.h
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 15:10:42 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 15:10:42 +0100
commit616f8ca3c2cb7bd3b263514bbc2be41442d00b4d (patch)
treeba7630f46973c9442648be3d29d95702cd513231 /src/include/taler_merchant_testing_lib.h
parent571141495cb334c41f9a0f6084a2a8949657a07c (diff)
downloadmerchant-616f8ca3c2cb7bd3b263514bbc2be41442d00b4d.tar.gz
merchant-616f8ca3c2cb7bd3b263514bbc2be41442d00b4d.tar.bz2
merchant-616f8ca3c2cb7bd3b263514bbc2be41442d00b4d.zip
Remove 'exchange' handle from pay-abort-refund CMD.
Diffstat (limited to 'src/include/taler_merchant_testing_lib.h')
-rw-r--r--src/include/taler_merchant_testing_lib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index a10363cb..d1755a95 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -192,19 +192,17 @@ TALER_TESTING_cmd_pay_abort (const char *label,
* at the exchange.
*
* @param label command label.
- * @param exchange connection label to the exchange.
* @param abort_reference reference to the "pay abort" CMD that
* will offer the refund permission.
* @param num_coins how many coins are expected to be refunded.
* @param refund_amount the amount we are going to redeem as
* refund.
- * @param refund_fee the refund fee (FIXME: who pay it?)
+ * @param refund_fee the refund fee (FIXME: who pays it?)
* @param http_status expected HTTP response code.
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_pay_abort_refund
(const char *label,
- struct TALER_EXCHANGE_Handle *exchange,
const char *abort_reference,
unsigned int num_coins,
const char *refund_amount,