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 31a5f2e commit f7dde9fCopy full SHA for f7dde9f
app/code/Magento/Catalog/Model/Product/Link/Converter.php
@@ -41,8 +41,6 @@ public function convertLinksToGroupedArray($entity)
41
if ($link->getLinkType() == 'associated') {
42
$info['id'] = $associatedProducts[$link->getLinkedProductSku()]->getId();
43
}
44
-// $info['sku'] = $link->getLinkedProductSku();
45
-// $info['position'] = $link->getPosition();
46
$info = array_merge($info, $link->getExtensionAttributes()->__toArray());
47
$linksAsArray[$link->getLinkType()][] = $info;
48
0 commit comments