Skip to content

Commit 3db2e81

Browse files
ENGCOM-6121: typo error fix #25139
- Merge Pull Request #25139 from mohith227/magento2:issue/25103 - Merged commits: 1. 2957f77
2 parents abbfa03 + 2957f77 commit 3db2e81

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
@@ -1695,7 +1695,7 @@ protected function _parseRequiredData(array $rowData)
16951695
$this->_rowIsMain = false;
16961696
}
16971697

1698-
return [$this->_rowProductId, $this->_rowStoreId, $this->_rowType, $this->_rowIsMain];
1698+
return true;
16991699
}
17001700

17011701
/**

0 commit comments

Comments
 (0)