plentymarkets / plentymarkets-shopware-connector

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

Fix error tax handling #509

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 tax handling on order export. If a tax mapping was not found on order export, so the connector process break with a fatal error. Other process types will not be processed after error. The error message is: "Call to a member function getGroup() on null". I changed the error handling, so the process continue after a wrong order and report this error to the log.

Checklist