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 66f461b commit 7006528Copy full SHA for 7006528
app/code/Magento/Bundle/Controller/Adminhtml/Product/Initialization/Helper/Plugin/Bundle.php
@@ -147,7 +147,7 @@ protected function processBundleOptionsData(\Magento\Catalog\Model\Product $prod
147
if (!empty($linkData['selection_id'])) {
148
$linkData['id'] = $linkData['selection_id'];
149
}
150
- $links[] = $this->buildLink($product, $linkData);;
+ $links[] = $this->buildLink($product, $linkData);
151
152
$option->setProductLinks($links);
153
$options[] = $option;
0 commit comments