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 42982f1 commit 3762729Copy full SHA for 3762729
app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php
@@ -481,7 +481,7 @@ protected function populateExistingOptions()
481
);
482
$orWhere = false;
483
foreach ($this->_cachedOptionSelectQuery as $item) {
484
- $expItem = explode('=',$item);
+ $expItem = explode('=', $item);
485
if ($orWhere) {
486
$select->orWhere($expItem[0].' = '.$expItem[1].' = ?', $expItem[2]);
487
} else {
0 commit comments