Ghost/ghost/stats-service/lib
Simon Backx db717f446f 🐛 Fixed free trials not visible in paid subscriptions graph
fixes https://github.com/TryGhost/Team/issues/2607

When a free trial converts to a paid subscription, and increases the MRR, it just creates a 'updated' paid subscription event.

To fix this, we need to count updated events that didn't change plan but do have a positive MRR. As an extension we could also check if the MRR change matches the expected MRR for the corresponsing Stripe plan, but that requires a more complex condition check (because for yearly subscriptions we need to convert to monthly), I don't think that is required here.
2023-03-10 16:16:17 +01:00
..
members.js Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
mrr.js Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
referrers.js Updated empty referrer source to null (#15456) 2022-09-22 20:58:45 +05:30
stats.js Added new referrer source stats API (#15449) 2022-09-22 16:34:26 +05:30
subscriptions.js 🐛 Fixed free trials not visible in paid subscriptions graph 2023-03-10 16:16:17 +01:00