summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_merchant_api.c')
-rw-r--r--src/testing/test_merchant_api.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 8e5903e1..d4348bff 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -329,6 +329,7 @@ run (void *cls,
"create-proposal-1",
false,
false,
+ false,
MHD_HTTP_OK),
TALER_TESTING_cmd_merchant_get_order ("get-order-merchant-1",
merchant_url,
@@ -361,6 +362,7 @@ run (void *cls,
"create-proposal-1",
true,
false,
+ false,
MHD_HTTP_OK),
TALER_TESTING_cmd_merchant_get_order ("get-order-merchant-1-2",
merchant_url,
@@ -681,6 +683,7 @@ run (void *cls,
"create-proposal-1r",
true,
true,
+ true,
MHD_HTTP_OK),
TALER_TESTING_cmd_merchant_order_refund ("refund-increase-1r-2",
merchant_url,
@@ -693,6 +696,7 @@ run (void *cls,
"create-proposal-1r",
true,
true,
+ true,
MHD_HTTP_OK),
TALER_TESTING_cmd_wallet_order_refund ("obtain-refund-1r",
merchant_url,
@@ -701,6 +705,13 @@ run (void *cls,
"refund-increase-1r",
"refund-increase-1r-2",
NULL),
+ TALER_TESTING_cmd_wallet_get_order ("get-order-wallet-1r-3",
+ merchant_url,
+ "create-proposal-1r",
+ true,
+ true,
+ false,
+ MHD_HTTP_OK),
TALER_TESTING_cmd_merchant_get_order ("get-order-merchant-1r",
merchant_url,
"create-proposal-1r",