Ghost/ghost/members-api/lib
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
..
controllers Added WellKnownController and exposed jwks.json 2021-07-19 13:51:58 +01:00
repositories Fixed status when subscriptions are canceled 2021-08-11 11:59:32 +01:00
services Removed usage of raw Error class 2021-07-14 14:17:38 +01:00
common.js Removed used of ghost-ignition dependency 2021-06-29 21:43:05 +01:00
MembersAPI.js Added labels/products data to members identity 2021-07-22 12:52:02 +05:30
migrations.js Fixed stripe migration to avoid complimentary prices as monthly/yearly price 2021-07-19 16:20:12 +05:30