plentymarkets / plentymarkets-shopware-connector

plentymarkets shopware connector plugin
http://www.plentymarkets.eu/shopware/
MIT License
30 stars 51 forks source link

fix category command handler #447

Closed resslinger closed 5 years ago

resslinger commented 5 years ago
Q A
issue or Enhancement issue
Changelog updated? yes
License MIT

What's in this PR?

This PR fix the category sync, if more then one shop has the same configured root category. Actual, the category sync abort with the error "missing parent category". The change of the command handler will check, if the matched category include the shopware shop root category and will check the attribute field "shopIdentifier" no more.

Checklist