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 955cf21 commit 50ba024Copy full SHA for 50ba024
app/code/Magento/Checkout/Model/Cart.php
@@ -522,7 +522,6 @@ public function updateItems($data)
522
);
523
524
$qtyRecalculatedFlag = false;
525
- $deferredErrors = [];
526
foreach ($data as $itemId => $itemInfo) {
527
$item = $this->getQuote()->getItemById($itemId);
528
if (!$item) {
0 commit comments