Skip to content

Commit 814e65d

Browse files
committed
LYNX-244: Order in "Complete" status can be wrongly canceled
1 parent 65dd9ca commit 814e65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/OrderCancellation/CancelOrderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ public function testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShip
473473
ShipmentFixture::class,
474474
[
475475
'order_id' => '$order.id$',
476-
'items' => ['product_id' => '$product.id$', 'qty' => 1]
476+
'items' => [['product_id' => '$product.id$', 'qty' => 1]]
477477
]
478478
),
479479
Config('sales/cancellation/enabled', 1)

0 commit comments

Comments
 (0)