Ghost/ghost/members-api/lib
Fabien 'egg' O'Carroll 9e3136cdbc Fixed incomplete subscription flow (#341)
refs https://github.com/TryGhost/Team/issues/1156

Because we were only attempting to add the product to the members if the
subscription was new AND active - we would not add it for incomplete
subscriptions transitioning to active.

Instead we always attempt to add the product to a member for an active
subscription - it doesn't matter if it's a new one. We later have logic
to filter out duplicate products if the member already has access to the
product.
2021-10-18 14:25:28 +02:00
..
controllers Fixed Stripe Checkout using Offers 2021-10-14 12:02:39 +02:00
repositories Fixed incomplete subscription flow (#341) 2021-10-18 14:25:28 +02:00
services Added ability to fetch member by identity token (#329) 2021-09-17 11:25:57 +02:00
common.js Removed used of ghost-ignition dependency 2021-06-29 21:43:05 +01:00
MembersAPI.js Used OffersAPI over OfferRepository in MembersAPI 2021-10-13 11:11:12 +02:00
migrations.js Fixed stripe migration to avoid complimentary prices as monthly/yearly price 2021-07-19 16:20:12 +05:30