We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce246d commit 8f1aa87Copy full SHA for 8f1aa87
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1551,6 +1551,7 @@ public function getImagesFromRow(array $rowData)
1551
* @SuppressWarnings(PHPMD.NPathComplexity)
1552
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
1553
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
1554
+ * @throws \Magento\Framework\Exception\LocalizedException
1555
*/
1556
protected function _saveProducts()
1557
{
0 commit comments