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
geolocation.js
metadata.js Used models internally and for exported API (#195) 2020-08-12 12:57:28 +01:00
tokens.js
users.js 🐛 Fixed incorrect stripe method for cancelling subscriptions 2020-08-21 16:11:24 +05:30