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 6dc07a2 commit e35f8f0Copy full SHA for e35f8f0
dev/tests/integration/testsuite/Magento/Sales/_files/order_fixture_store.php
@@ -53,5 +53,5 @@
53
->setShippingAddress($shippingAddress)
54
->setStoreId($objectManager->get(StoreManagerInterface::class)->getStore('fixturestore')->getId())
55
->addItem($orderItem)
56
- ->setPayment($payment)
57
- ->save();
+ ->setPayment($payment);
+$order->save();
0 commit comments