Skip to content

Commit 2957f77

Browse files
committed
typo error fix
1 parent a55c94f commit 2957f77

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
@@ -1665,7 +1665,7 @@ protected function _parseRequiredData(array $rowData)
16651665
$this->_rowIsMain = false;
16661666
}
16671667

1668-
return [$this->_rowProductId, $this->_rowStoreId, $this->_rowType, $this->_rowIsMain];
1668+
return true;
16691669
}
16701670

16711671
/**

0 commit comments

Comments
 (0)