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.
2 parents 160e368 + 9a3c2eb commit f5c15fcCopy full SHA for f5c15fc
app/code/Magento/Checkout/Controller/Sidebar/UpdateItemQty.php
@@ -55,7 +55,7 @@ public function __construct(
55
public function execute()
56
{
57
$itemId = (int)$this->getRequest()->getParam('item_id');
58
- $itemQty = (int)$this->getRequest()->getParam('item_qty');
+ $itemQty = $this->getRequest()->getParam('item_qty') * 1;
59
60
try {
61
$this->sidebar->checkQuoteItem($itemId);
0 commit comments