Closed AlaaSemsemea closed 3 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);
Resolved and deployed
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);