Skip to content

Commit c140ff4

Browse files
committed
ACP2E-3660: REST endpoint Product Import Json not validate the mandatory fields
1 parent 32e4954 commit c140ff4

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,6 @@ public function validateRow(array $rowData, $rowNum)
27582758
'attr_set_code' => $rowData[self::COL_ATTR_SET],
27592759
]
27602760
);
2761-
//$this->skuStorage->set(array_merge(['sku' => $sku], $this->skuProcessor->getNewSku($sku)));
27622761
}
27632762
}
27642763

0 commit comments

Comments
 (0)