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.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 9c5a8d3b..c838bed6 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -213,7 +213,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_get_order ("get-order-4",
merchant_url,
"create-proposal-4",
- false,
+ TALER_MERCHANT_OSC_UNPAID,
false,
MHD_HTTP_OK),
TALER_TESTING_cmd_merchant_delete_order ("delete-order-4",
@@ -334,7 +334,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_get_order ("get-order-merchant-1",
merchant_url,
"create-proposal-1",
- false,
+ TALER_MERCHANT_OSC_CLAIMED,
false,
MHD_HTTP_OK),
TALER_TESTING_cmd_poll_order_start ("poll-order-merchant-1-start",
@@ -367,7 +367,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_get_order ("get-order-merchant-1-2",
merchant_url,
"create-proposal-1",
- true,
+ TALER_MERCHANT_OSC_PAID,
false,
MHD_HTTP_OK),
TALER_TESTING_cmd_merchant_get_orders ("get-orders-1-paid",
@@ -407,7 +407,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_get_order2 ("get-order-merchant-1-2",
merchant_url,
"create-proposal-1",
- true,
+ TALER_MERCHANT_OSC_PAID,
true,
order_1_transfers,
false,
@@ -424,7 +424,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_get_order2 ("get-order-merchant-1-forget-1",
merchant_url,
"create-proposal-1",
- true,
+ TALER_MERCHANT_OSC_PAID,
true,
order_1_transfers,
false,
@@ -455,7 +455,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_get_order2 ("get-order-merchant-1-forget-2",
merchant_url,
"create-proposal-1",
- true,
+ TALER_MERCHANT_OSC_PAID,
true,
order_1_transfers,
false,
@@ -472,7 +472,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_get_order2 ("get-order-merchant-1-forget-3",
merchant_url,
"create-proposal-1",
- true,
+ TALER_MERCHANT_OSC_PAID,
true,
order_1_transfers,
false,
@@ -715,7 +715,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_get_order ("get-order-merchant-1r",
merchant_url,
"create-proposal-1r",
- true,
+ TALER_MERCHANT_OSC_PAID,
true,
MHD_HTTP_OK,
"refund-increase-1r",
@@ -724,7 +724,7 @@ run (void *cls,
TALER_TESTING_cmd_merchant_get_order2 ("get-order-merchant-1r-2",
merchant_url,
"create-proposal-1r",
- true,
+ TALER_MERCHANT_OSC_PAID,
false,
NULL,
true,