Ghost/ghost/members-api/lib
Fabien O'Carroll 095c624172 🐛 Fixed cancelling subscriptions when destroying
refs https://github.com/TryGhost/Ghost/issues/12711

We must wait for the stripeSubscriptions relation to be loaded before
attempting to loop through them. As well as this we should use `upsert`
so that we can edit a subscription record by `subscription_id`, rather
than the (internal) `id`
2021-03-03 13:15:13 +00:00
..
controllers/router 🐛 Fixed issues when updating payment method (#247) 2021-02-23 11:19:21 +00:00
repositories 🐛 Fixed cancelling subscriptions when destroying 2021-03-03 13:15:13 +00:00
services Added initial support for Member events (#241) 2021-02-23 11:21:48 +00:00
common.js Added subscription update middleware (#107) 2019-12-12 15:19:36 +07:00