akeneo / magento2-connector-community

Akeneo Connector for Magento 2
Open Software License 3.0
80 stars 87 forks source link

Resolves #668: Products Duplicated in Initial Mapping Using UUID and Error on Subsequent Imports. #669

Open mrk-dzie opened 7 months ago

mrk-dzie commented 7 months ago

The issue #668 is caused by the method \Akeneo\Connector\Helper\Import\Product::matchEntity, where the hardcoded column identifier is used instead of the provided $pimKey parameter to select the entity code.

mrk-dzie commented 7 months ago

@magentix @Dnd-Gimix @Dnd-Mafer could you please review the solution?