Ghost/core
Fabien 'egg' O'Carroll ae844db60b
Fixed handling of Complimentary Stripe subscriptions (#13289)
refs https://github.com/TryGhost/Team/issues/995

Since we reintroduced the comped status, we did not update the
subscription handling to correctly set members to a status of comped
when they were on a 'Complimentary' plan. This meant that 'comped' members
had a status of 'paid'. The changes to @tryghost/members-api ensure that
handling subscriptions going forward will not result in this error.

Since we handle the Complimentary plan correctly now, we do not need to
manually check for the existence of one, we can instead rely on the
status to set the `comped` flag.
2021-09-07 11:31:47 +01:00
..
client@ef223b0312 Updated Admin to v4.13.0 2021-09-06 12:21:31 +01:00
frontend Removed unnecessary parameter 2021-08-30 12:33:33 +04:00
server Fixed handling of Complimentary Stripe subscriptions (#13289) 2021-09-07 11:31:47 +01:00
shared Removed i18t dependency from post scheduling service 2021-09-04 07:49:11 +12:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Added email unfreeze for verified email config 2021-07-29 20:30:30 +12:00
bridge.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00