Ghost/ghost/members-api/lib/repositories
Fabien O'Carroll f4b7dfd08c Fixed status when subscriptions are canceled
refs https://github.com/TryGhost/Team/issues/959

Because we were using the pre-existing products to determine a members
status, instead of the products _after_ we have handled the updates to
subscriptions, members with a paid subscription which was later canceled
were changed to 'comped' rather than 'free'. This adds a final check to
set a member to 'free' if their new set of products is empty.
2021-08-11 11:59:32 +01:00
..
event.js Moved code out of index.js in directories 2021-07-14 14:17:38 +01:00
member.js Fixed status when subscriptions are canceled 2021-08-11 11:59:32 +01:00
product.js Removed superfluous benefits relation fetch 2021-07-20 12:36:41 +01:00