0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services/members
Rish 297b63edce 🐛 Fixed response for members API update endpoint
closes https://github.com/TryGhost/members.js/issues/87

- The `update` method in members-api package was edited to return Model object instead of JSON directly [here](a28bcc5b2a)
- This caused the update member API on member endpoint to return partial response only as most properties couldn't be fetched
- Fix updates the middleware to correctly call `toJSON` before formatting response
2020-08-24 13:38:21 +05:30
..
emails
importer Improved error handling for batch deleted records 2020-08-20 19:11:41 +12:00
api.js Improved handling of Stripe webhooks on boot 2020-07-10 17:43:46 +02:00
config.js 🐛 Fixed Stripe webhooks for subdirectory setups 2020-07-10 17:43:46 +02:00
content-gating.js
index.js Changed member limit to be DRY & use raw query 2020-07-26 20:49:30 +01:00
limit.js Updated host limit message to be clearer 2020-07-26 20:49:30 +01:00
middleware.js 🐛 Fixed response for members API update endpoint 2020-08-24 13:38:21 +05:30
settings.js Updated sender email to existing "from-address" (#12044) 2020-07-13 17:57:31 +05:30
stripe-connect.js
utils.js