Closed kapil-infobeans closed 5 years ago
File: Plugin/CatalogImportExport/Model/Import/Product.php
Incomplete namespace:
use Magento\CatalogImportExport\Model\Import\Produc;
It should be
use Magento\CatalogImportExport\Model\Import\Product;
It did not break because below in plugin method, As an argument it is provided with full namespace instead of alias 'Product.'
@kapil-infobeans ... thanks for bringing this to our attention. A new version will be release shortly
File: Plugin/CatalogImportExport/Model/Import/Product.php
Incomplete namespace:
use Magento\CatalogImportExport\Model\Import\Produc;
It should be
use Magento\CatalogImportExport\Model\Import\Product;
It did not break because below in plugin method, As an argument it is provided with full namespace instead of alias 'Product.'