Skip to content

Commit 8727ebf

Browse files
committed
[MCP-584] Invert default Config value, edit description
1 parent 6232427 commit 8727ebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* Class Config
14-
* Toggles Inventory check via Config option
14+
* Check if inventory check on quote items load is enabled
1515
* @package Magento\Quote\Model
1616
*/
1717
class Config

app/code/Magento/Quote/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<default>
1010
<cataloginventory>
1111
<options>
12-
<enable_inventory_check>0</enable_inventory_check>
12+
<enable_inventory_check>1</enable_inventory_check>
1313
</options>
1414
</cataloginventory>
1515
</default>

0 commit comments

Comments
 (0)