Skip to content

Commit cfc1daf

Browse files
committed
ACP2E-2261: [Cloud] Product import fails with custom separator value
1 parent d301755 commit cfc1daf

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,8 +2002,8 @@ private function saveProductMediaGalleryPhase(
20022002
private function saveProductAttributesPhase(
20032003
array $rowData,
20042004
int $rowScope,
2005-
&$previousType,
2006-
&$prevAttributeSet,
2005+
&$previousType,
2006+
&$prevAttributeSet,
20072007
array &$attributes
20082008
) : void {
20092009
$rowSku = $rowData[self::COL_SKU];

0 commit comments

Comments
 (0)