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
I wrote an observer which works in normal Magento flow. But when using Myparcel i get errors. This is because event dispatch of email_shipment_set_template_vars_before lacks the Transport object. See also the deprecated warning in the code block below.
Plugin/theme name
Magento Core
What problem does this feature solve?
I wrote an observer which works in normal Magento flow. But when using Myparcel i get errors. This is because event dispatch of
email_shipment_set_template_vars_before
lacks the Transport object. See also the deprecated warning in the code block below.What should the solution look like?
This is from the Magento core
This is from Myparcel module:
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: