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 3a38b81 commit f27036fCopy full SHA for f27036f
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -2461,7 +2461,7 @@ public function validateRow(array $rowData, $rowNum)
2461
}
2462
2463
// if product doesn't exist, need to throw critical error else all errors should be not critical.
2464
- $errorLevel = $this->getValidationErrorLevel();
+ $errorLevel = $this->getValidationErrorLevel($sku);
2465
2466
if (!$this->validator->isValid($rowData)) {
2467
foreach ($this->validator->getMessages() as $message) {
0 commit comments