Ghost/ghost/members-api
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
..
lib 🐛 Fixed cancelling subscriptions when destroying 2021-03-03 13:15:13 +00:00
test Refactor members-api (#231) 2021-01-18 13:55:40 +00:00
.eslintrc.js Added default test dir and eslintrc 2019-05-07 17:35:17 +02:00
.gitignore Refactor members-api (#231) 2021-01-18 13:55:40 +00:00
index.js Added initial support for event timelines 2021-02-23 11:21:48 +00:00
package.json Published new versions 2021-02-23 17:48:22 +00:00