Ghost/ghost/members-api/lib
Rish 1fe75532e5 🐛 Fixed incorrect stripe method for cancelling subscriptions
refs https://github.com/TryGhost/Ghost/issues/12150

- `destroy` method was using incorrect cancel subscriptions method - stripe.cancelStripeSubscriptions - which doesn't exist
- Fixes call with intended method - `stripe.cancelAllSubscriptions` - to cancel all subscriptions
2020-08-21 16:11:24 +05:30
..
stripe Fixed throttling of Stripe API requests 2020-08-18 11:28:15 +01:00
common.js Added subscription update middleware (#107) 2019-12-12 15:19:36 +07:00
geolocation.js Store geolocation data during member signup/signin (#128) 2020-02-27 10:29:36 +00:00
metadata.js Used models internally and for exported API (#195) 2020-08-12 12:57:28 +01:00
tokens.js Updated members-api to use magic-link 2019-09-03 15:35:04 +08:00
users.js 🐛 Fixed incorrect stripe method for cancelling subscriptions 2020-08-21 16:11:24 +05:30