Skip to content

Commit 0c00764

Browse files
MC-30672: [Magento Cloud] Product Import Error
1 parent 06a0dd0 commit 0c00764

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2521,7 +2521,7 @@ public function validateRow(array $rowData, $rowNum)
25212521
$this->addRowError(
25222522
ValidatorInterface::ERROR_DUPLICATE_URL_KEY,
25232523
$rowNum,
2524-
$rowData[self::COL_NAME],
2524+
$urlKey,
25252525
$message,
25262526
$errorLevel
25272527
)

0 commit comments

Comments
 (0)