emartech / magento2-extension

Emarsys Magento2 Extension
MIT License
11 stars 9 forks source link

Add check for storeId in SalesEventHandler #28

Closed edvardsr closed 1 year ago

edvardsr commented 1 year ago

This check prevents the storeId from being null, which led to an error when calling saveEvent

This is pretty much the same fix as in isEnabledStore in Model/Data/Config.php (lines 327-329)