Skip to content

Commit 1c389ef

Browse files
committed
Merge branch 'MC-30797' of https://github.com/magento-mpi/magento2ce into PR-2020-02-05
2 parents 3995243 + ec9d0cd commit 1c389ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Sales/Model/Order/ProductOption.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function add(OrderItemInterface $orderItem): void
6161
{
6262
/** @var DataObject $request */
6363
$request = $orderItem->getBuyRequest();
64+
$request->setProductOptions($orderItem->getProductOptions());
6465

6566
$productType = $orderItem->getProductType();
6667
if (isset($this->processorPool[$productType])

0 commit comments

Comments
 (0)