Ghost/ghost/members-api/lib/repositories/member
Fabien O'Carroll 8f333cc38b 🐛 Fixed comp plans for members w/ active subscriptions
refs https://github.com/TryGhost/Team/issues/475

The subscription object here is a database model rather than an
ISubscription from the stripe library, and we need to 1) use the `get`
method to read attributes and 2) read the `subscription_id` attribute,
as the `id` is our internal one.
2021-02-22 14:00:24 +00:00
..
index.js 🐛 Fixed comp plans for members w/ active subscriptions 2021-02-22 14:00:24 +00:00