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 72ed81c commit c8671faCopy full SHA for c8671fa
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