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 8727ebf commit 5b23fe8Copy full SHA for 5b23fe8
app/code/Magento/Quote/Model/Config.php
@@ -36,6 +36,7 @@ public function __construct(ScopeConfigInterface $config)
36
*/
37
public function isEnabled(): bool
38
{
39
- return (bool)$this->config->getValue(self::XML_PATH_INVENTORY_CHECK_ENABLED);
+ //return (bool)$this->config->getValue(self::XML_PATH_INVENTORY_CHECK_ENABLED);
40
+ return false;
41
}
42
0 commit comments