trustpilot / plugin-magento2

Magento 2 plugin for sending invitation data to Trustpilot
MIT License
10 stars 27 forks source link

Error main.ERROR: {"error":"Notice: Undefined property: stdClass::$mappedInvitationTrigger #103

Open JMLucas96 opened 11 months ago

JMLucas96 commented 11 months ago

When make a purchase several notice errors thrown. magento/vendor/trustpilot/module-reviews/Observer/OrderSaveObserver.php line 52. magento/vendor/trustpilot/module-reviews/Helper/OrderData.php line 161. magento/vendor/trustpilot/module-reviews/Block/Success.php line 79.

Here is an example errors:

[2023-12-01 08:44:48] main.ERROR: {"error":"Notice: Undefined property: stdClass::$mappedInvitationTrigger in \/var\/magento\/vendor\/trustpilot\/module-reviews\/Observer\/OrderSaveObserver.php on line 52","description":"Unable to get invitation data in OrderSaveObserver","platform":"Magento2","version":"2.6.580","method":"handler","variables":{"storeId":3,"orderStatus":"pending_payment","key":"yyyy"}} [] [] [2023-12-01 08:44:58] main.ERROR: {"error":"Notice: Undefined property: stdClass::$skuSelector in \/var\/magento\/vendor\/trustpilot\/module-reviews\/Helper\/OrderData.php on line 161","description":"Unable to get product data","platform":"Magento2","version":"2.6.580","method":"handler","variables":[]} [] [] [2023-12-01 08:44:59] main.ERROR: {"error":"Notice: Undefined property: stdClass::$mappedInvitationTrigger in \/var\/magento\/vendor\/trustpilot\/module-reviews\/Block\/Success.php on line 79","description":"Unable to get order data","platform":"Magento2","version":"2.6.580","method":"handler","variables":{"orderId":"XXX","storeId":"5"}} [] []

stefanskotte commented 11 months ago

Impressive you got your installation even running. Good luck with the support btw.