Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Go to file
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
ghost 🐛 Fixed incorrect stripe method for cancelling subscriptions 2020-08-21 16:11:24 +05:30