Context
I’m building a referrals feature that gives users 30 days free access to our subscription. If they’re currently on a trial, it’ll extend it by 30 days. For example, if you have a 7 day trial, it’ll extend to 37 days.
Problem
When I extend someone’s trial, I don’t see a Revenue cat event for that subscription update. Stripe sends a customer.subscription.updated event, so everything’s fine there.
My hunch is Revenuecat doesn’t support this edge case, which would be very unfortunate Any recommended solutions or workarounds? Seems like a core use case to update users when anything on the subscription changes.