You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue, but I'm trying to sent only a part of the order to trustpilot.
I have made an around method on the observer OrderSaveObserver on the execute method.
My code log into this around method, so I filter in that method to call the trustpilot observer method only if the condition is respected.
But it looks like all the customer receive a trustpilot email. But I can't see why they are still receiving it, and there is no way to test it, only production exists...
Do you know if there is another way to send the orders to trustpilot. Because maybe trustpilot retrieves my orders by another way so my override is useless.
Any advice is welcome.
Regards
Antoine Legrand.
The text was updated successfully, but these errors were encountered:
Hello,
This is not an issue, but I'm trying to sent only a part of the order to trustpilot.
I have made an around method on the observer OrderSaveObserver on the execute method.
My code log into this around method, so I filter in that method to call the trustpilot observer method only if the condition is respected.
But it looks like all the customer receive a trustpilot email. But I can't see why they are still receiving it, and there is no way to test it, only production exists...
Do you know if there is another way to send the orders to trustpilot. Because maybe trustpilot retrieves my orders by another way so my override is useless.
Any advice is welcome.
Regards
Antoine Legrand.
The text was updated successfully, but these errors were encountered: