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
Hey, I am working on adding a feature that's related to payments in the enterprise version, when dispatching events like SubscriptionPaymentSucceeded or SubscriptionPaymentFailed, nothing happens, no emails sent.
some information:
my emails config is working.
queue:work is running
schedule:work is running
cache has been cleared and cached again
events has been cleared and cached again
Thank you!
The text was updated successfully, but these errors were encountered:
Check MixpostEnterpriseServiceProvider, in the bootEvents method if you are listening for SubscriptionPaymentFailed event and what listeners are use there.
Detailed description
Hey, I am working on adding a feature that's related to payments in the enterprise version, when dispatching events like SubscriptionPaymentSucceeded or SubscriptionPaymentFailed, nothing happens, no emails sent.
some information:
Thank you!
The text was updated successfully, but these errors were encountered: