We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dd9ca commit 814e65dCopy full SHA for 814e65d
dev/tests/api-functional/testsuite/Magento/GraphQl/OrderCancellation/CancelOrderTest.php
@@ -473,7 +473,7 @@ public function testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShip
473
ShipmentFixture::class,
474
[
475
'order_id' => '$order.id$',
476
- 'items' => ['product_id' => '$product.id$', 'qty' => 1]
+ 'items' => [['product_id' => '$product.id$', 'qty' => 1]]
477
]
478
),
479
Config('sales/cancellation/enabled', 1)
0 commit comments