Ghost/ghost/members-api/lib/repositories
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
..
event.js Moved code out of index.js in directories 2021-07-14 14:17:38 +01:00
member.js Fixed incomplete subscription flow (#341) 2021-10-18 14:25:28 +02:00
product.js Updated options parameter to be optional 2021-09-06 12:47:19 +02:00