commit 2466c779f3524f2f1227e77519d33e0708e369cb
parent 416f113e01f7a96639a266326962bb6d4b5e3e5e
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 9 Jul 2022 14:14:13 +0200
-deposit fee does NOT go to merchant on refund
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
@@ -882,8 +882,8 @@ run (void *cls,
TALER_TESTING_cmd_check_bank_transfer (
"check_bank_transfer-paid-unincreased-refund",
EXCHANGE_URL,
- "EUR:8.98", /* '4.98 from above', plus 4.99 from 'pay-for-refund-1r'
- and MINUS 0.1 MINUS 0.9 PLUS 0.01 (deposit fee) from
+ "EUR:8.97", /* '4.98 from above', plus 4.99 from 'pay-for-refund-1r'
+ and MINUS 0.1 MINUS 0.9 from
'refund-increase-1r' and 'refund-increase-1r-2' */
exchange_payto,
merchant_payto),