Level 15
You shouldn't have to override either method. There are events that are triggered when someone subscribes or unsubscribes. Just listen for those events and send out the emails.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I was wondering how I could override the function when the user subscribe to a paid plan in Spark? What would be the best way to do it? And at the same time, override the function when a user unsubscribe from a paid plan to a free plan.
Thanks!
Please or to participate in this conversation.