From e24064063f5d7dc36ab14e1f911708e6d981a10e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 2 Oct 2020 20:20:08 +0200 Subject: implement #6616 claim status in /private/orders/ID handler --- src/testing/test_merchant_api.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/testing/test_merchant_api.c') 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, -- cgit v1.2.3