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 2c76969 commit 9158080Copy full SHA for 9158080
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1168,7 +1168,6 @@ protected function _saveProductAttributes(array $attributesData)
1168
{
1169
foreach ($attributesData as $tableName => $skuData) {
1170
$tableData = [];
1171
- $where = [];
1172
foreach ($skuData as $sku => $attributes) {
1173
$productId = $this->skuProcessor->getNewSku($sku)['entity_id'];
1174
0 commit comments