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
Hello.
Mall 3.5.4
This error was generated at checkout. The order was created OK.
However, the virtual product in the order, we hook into the Event::listen('mall.product.file_grant.created', function (ProductFileGrant $grant, Product $product) event.
When this mail failed, it broke the flow, and it seems the event was never triggered. The user never got their generated ticket, and they were not, in this case, added to a Zoom seminar.
I appreciate this error is buried deep in the mailer code, but any way to force the process to finish, without an exception?
Hello.
Mall 3.5.4
This error was generated at checkout. The order was created OK.
However, the virtual product in the order, we hook into the
Event::listen('mall.product.file_grant.created', function (ProductFileGrant $grant, Product $product)
event.When this mail failed, it broke the flow, and it seems the event was never triggered. The user never got their generated ticket, and they were not, in this case, added to a Zoom seminar.
I appreciate this error is buried deep in the mailer code, but any way to force the process to finish, without an exception?
Thanks
The text was updated successfully, but these errors were encountered: