Ghost/ghost/members-api/lib
Rishabh Garg a1ad80f6ac 🐛 Fixed incorrect fetch of empty stripe subscriptions (#116)
no issue

refs e19e06f9b3

While refactoring user CRUD for Ghost core, we inadvertently changed the members subscriptions object returned by nesting the value as object. This also broke the deserialization in Ghost-Admin for members subscription object [here](https://github.com/TryGhost/Ghost-Admin/blob/master/app/transforms/member-subscription.js#L9).
2020-01-20 13:28:59 +05:30
..
stripe Added subscription update middleware (#107) 2019-12-12 15:19:36 +07:00
common.js Added subscription update middleware (#107) 2019-12-12 15:19:36 +07:00
metadata.js Extracted metadata get/set methods into internal metadata module 2020-01-13 15:45:22 +07:00
tokens.js Updated members-api to use magic-link 2019-09-03 15:35:04 +08:00
users.js 🐛 Fixed incorrect fetch of empty stripe subscriptions (#116) 2020-01-20 13:28:59 +05:30