Skip to content

Commit 48ae1fc

Browse files
committed
bugfix/MAGE24366
1 parent bd37cbf commit 48ae1fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Checkout/Controller/Cart/UpdateItemQty.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ public function execute()
115115
*/
116116
private function updateItemQuantity(Item $item, float $qty)
117117
{
118+
$item->clearMessage();
119+
118120
if ($qty > 0) {
119121
$item->setQty($qty);
120122

0 commit comments

Comments
 (0)