Skip to content

Commit aed3f70

Browse files
committed
MC-41981: [Magento Cloud] Reorder Not Working On Storefront
1 parent bc3f999 commit aed3f70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/Sales/Model/Reorder/Reorder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ private function addItemToCart(OrderItemInterface $orderItem, Quote $cart, Produ
256256

257257
$addProductResult = null;
258258
try {
259-
$addProductResult = $cart->addProduct($product, $infoBuyRequest);
259+
$addProductResult = $cart->addProduct($product, $infoBuyRequest);
260260
} catch (\Magento\Framework\Exception\LocalizedException $e) {
261261
$this->addError($this->getCartItemErrorMessage($orderItem, $product, $e->getMessage()));
262262
} catch (\Throwable $e) {

app/code/Magento/Sales/Test/Mftf/Test/AdminReorderProductWithCustomOptionsTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,5 @@
129129
</actionGroup>
130130
<actionGroup ref="AdminStartReorderFromOrderPageActionGroup" stepKey="adminStartReorder"/>
131131
<actionGroup ref="AdminSubmitOrderActionGroup" stepKey="adminSubmitOrder"/>
132-
133132
</test>
134133
</tests>

0 commit comments

Comments
 (0)