Skip to content

Commit 50ba024

Browse files
committed
ACP2E-2174: allow qty change for cart items without errors
1 parent 955cf21 commit 50ba024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Checkout/Model/Cart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ public function updateItems($data)
522522
);
523523

524524
$qtyRecalculatedFlag = false;
525-
$deferredErrors = [];
526525
foreach ($data as $itemId => $itemInfo) {
527526
$item = $this->getQuote()->getItemById($itemId);
528527
if (!$item) {

0 commit comments

Comments
 (0)