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 ab59159 commit 02837f6Copy full SHA for 02837f6
dev/tests/integration/testsuite/Magento/Sales/_files/order_with_two_configurable_variations.php
@@ -73,6 +73,7 @@
73
74
$orderConfigurableParentItem = clone $orderConfigurableItem;
75
$orderConfigurableParentItem->setProductOptions(['info_buyRequest' => $info]);
76
+ $orderConfigurableParentItem->setSku($simpleProduct->getSku());
77
$configurableItems[] = $orderConfigurableParentItem;
78
}
79
0 commit comments