Skip to content

Commit 5b23fe8

Browse files
committed
[MCP-584] Disable inventory check for testing
1 parent 8727ebf commit 5b23fe8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Quote/Model/Config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function __construct(ScopeConfigInterface $config)
3636
*/
3737
public function isEnabled(): bool
3838
{
39-
return (bool)$this->config->getValue(self::XML_PATH_INVENTORY_CHECK_ENABLED);
39+
//return (bool)$this->config->getValue(self::XML_PATH_INVENTORY_CHECK_ENABLED);
40+
return false;
4041
}
4142
}

0 commit comments

Comments
 (0)