Skip to content

Commit 2138e68

Browse files
Removed wrong code.
1 parent 0f796cc commit 2138e68

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import/Product

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ protected function _parseCustomOptions($rowData)
20892089
if (isset($rowData[Product::COL_STORE_VIEW_CODE])) {
20902090
$options[$name][$k][self::COLUMN_STORE] = $rowData[Product::COL_STORE_VIEW_CODE];
20912091
} else {
2092-
$options[$name][$k][self::COLUMN_STORE] = Store::DEFAULT_STORE_ID;
2092+
$options[$name][$k][self::COLUMN_STORE] = '';
20932093
}
20942094
$k++;
20952095
}

0 commit comments

Comments
 (0)