We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have next code
/** * Check quantity type */ $result->setItemIsQtyDecimal($stockItem->getIsQtyDecimal()); if (!$stockItem->getIsQtyDecimal()) { $result->setHasQtyOptionUpdate(true); $qty = intval($qty); /** * Adding stock data to quote item */ $result->setItemQty($qty); $qty = $this->getNumber($qty); $origQty = intval($origQty); $result->setOrigQty($origQty); }
In legacy implementation \Magento\CatalogInventory\Model\StockStateProvider::checkQuoteItemQty
\Magento\CatalogInventory\Model\StockStateProvider::checkQuoteItemQty
This case is not covered in MSI
The text was updated successfully, but these errors were encountered:
Duplicating #774
Sorry, something went wrong.
No branches or pull requests
We have next code
In legacy implementation
\Magento\CatalogInventory\Model\StockStateProvider::checkQuoteItemQty
This case is not covered in MSI
The text was updated successfully, but these errors were encountered: