File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/code/Magento/CatalogInventory/Api/Data
dev/tests/api-functional/testsuite/Magento/CatalogInventory/Api Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ interface StockItemInterface extends ExtensibleDataInterface
35
35
const BACKORDERS = 'backorders ' ;
36
36
37
37
const USE_CONFIG_NOTIFY_STOCK_QTY = 'use_config_notify_stock_qty ' ;
38
- const NOTIFY_STOCK_QTY = 'use_config_notify_stock_qty ' ;
38
+ const NOTIFY_STOCK_QTY = 'notify_stock_qty ' ;
39
39
40
40
const USE_CONFIG_QTY_INCREMENTS = 'use_config_qty_increments ' ;
41
41
const QTY_INCREMENTS = 'qty_increments ' ;
Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ public function saveStockItemBySkuWithWrongInputDataProvider()
166
166
'use_config_enable_qty_inc ' => 1 ,
167
167
'enable_qty_increments ' => 0 ,
168
168
'is_decimal_divided ' => 0 ,
169
- 'show_default_notification_message ' => false ,
170
169
],
171
170
[
172
171
'item_id ' => '1 ' ,
You can’t perform that action at this time.
0 commit comments