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 2268edc commit 28026b0Copy full SHA for 28026b0
app/code/Magento/Sales/Model/Order/ProductOption.php
@@ -59,6 +59,7 @@ public function add(OrderItemInterface $orderItem): void
59
{
60
/** @var DataObject $request */
61
$request = $orderItem->getBuyRequest();
62
+ $request->setProductOptions($orderItem->getProductOptions());
63
64
$productType = $orderItem->getProductType();
65
if (isset($this->processorPool[$productType])
0 commit comments