Ghost/ghost/members-api
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
..
lib 🐛 Fixed incorrect stripe method for cancelling subscriptions 2020-08-21 16:11:24 +05:30
test Store geolocation data during member signup/signin (#128) 2020-02-27 10:29:36 +00:00
.eslintrc.js Added default test dir and eslintrc 2019-05-07 17:35:17 +02:00
index.js Used models internally and for exported API (#195) 2020-08-12 12:57:28 +01:00
package.json Published new versions 2020-08-20 14:26:39 +05:30
tsconfig.json Published new versions 2020-06-18 18:03:46 +02:00