summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-09 14:14:13 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-09 14:14:19 +0200
commit2466c779f3524f2f1227e77519d33e0708e369cb (patch)
tree0273d4bf7dd6fa9531751956c0792027c2342b29
parent416f113e01f7a96639a266326962bb6d4b5e3e5e (diff)
downloadmerchant-2466c779f3524f2f1227e77519d33e0708e369cb.tar.gz
merchant-2466c779f3524f2f1227e77519d33e0708e369cb.tar.bz2
merchant-2466c779f3524f2f1227e77519d33e0708e369cb.zip
-deposit fee does NOT go to merchant on refund
m---------contrib/merchant-backoffice0
-rw-r--r--src/testing/test_merchant_api.c4
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/merchant-backoffice b/contrib/merchant-backoffice
-Subproject 182cdfffa1d4b6f2bb3543d30cfa7509e73bda0
+Subproject 1d7ee55ea115b91687c203a8f084ea852867b1f
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index c73e025e..8e7f3e7b 100644
--- 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),