summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api.c
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-25 01:55:15 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-25 01:55:15 -0400
commit9d0a68e578a77cbe9c1443dc1831de157b8a0fa8 (patch)
tree13c5f0e7d15086fbc541f7c5eececd19f352d716 /src/testing/test_merchant_api.c
parent0fbdd6c6cda1c7e0ad0b4ffc3f22bac3e1176c1d (diff)
downloadmerchant-9d0a68e578a77cbe9c1443dc1831de157b8a0fa8.tar.gz
merchant-9d0a68e578a77cbe9c1443dc1831de157b8a0fa8.tar.bz2
merchant-9d0a68e578a77cbe9c1443dc1831de157b8a0fa8.zip
wallet get order handles refunds properly
Diffstat (limited to 'src/testing/test_merchant_api.c')
-rw-r--r--src/testing/test_merchant_api.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 0856757b..b1b518d8 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -562,13 +562,14 @@ run (void *cls,
"1r", /* order ID */
"EUR:0.1",
MHD_HTTP_OK),
- /*
TALER_TESTING_cmd_wallet_get_order ("get-order-wallet-1r",
merchant_url,
"create-proposal-1r",
true,
true,
- MHD_HTTP_OK),*/
+ MHD_HTTP_OK,
+ "refund-increase-1r",
+ NULL),
#if 0
TALER_TESTING_cmd_poll_payment_conclude ("poll-payment-refund-conclude-1",
MHD_HTTP_OK,
@@ -662,7 +663,7 @@ run (void *cls,
TALER_TESTING_cmd_check_bank_transfer (
"check_bank_transfer-paid-unincreased-refund",
EXCHANGE_URL,
- "EUR:9.97", /* '4.98 from above', plus 4.99 from 'pay-for-refund-1r'
+ "EUR:9.88", /* '4.98 from above', plus 4.99 from 'pay-for-refund-1r'
and MINUS 0.1 PLUS 0.01 (deposit fee) from 'refund-increase-1r' */
exchange_payto,
merchant_payto),