Closed ArvatisJohannes closed 5 years ago
https://github.com/plentymarkets/plentymarkets-shopware-connector/blob/abddbc3a899318e570acb540489110c343a024ca/Adapter/ShopwareAdapter/ResponseParser/OrderItem/OrderItemResponseParser.php#L88
tested with shopware 5.5.10
it should be $taxModel = $this->taxRepository->findOneBy(['tax' => (float)$entry['taxRate']]);
fixed with recent pullrequest https://github.com/plentymarkets/plentymarkets-shopware-connector/pull/510
https://github.com/plentymarkets/plentymarkets-shopware-connector/blob/abddbc3a899318e570acb540489110c343a024ca/Adapter/ShopwareAdapter/ResponseParser/OrderItem/OrderItemResponseParser.php#L88
tested with shopware 5.5.10