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