xcoreplatform / shopware5-restapi

Extension needed for the Shopware 5.* connector https://xcore.nl
0 stars 1 forks source link

problem with updating product variant #15

Closed AlaaSemsemea closed 3 years ago

AlaaSemsemea commented 4 years ago

Apparently, there is an overlap between the event of saving a product and saving a variant; which causes a failure in the extension. This only caused when a product Id and the details id are not the same. Below is the error:

ExactConnectorHelper/ExactConnectorHelper.php:126

$product = $repostory->find($id);

AlaaSemsemea commented 3 years ago

Resolved and deployed