Ghost/core/server/services/members
Naz 3af621ea9a
Added handling allowing members to edit their billing info (#11571)
no issue

- This functionality allows member to update their billing information, like credit card information.
- Adds handler to update Stripe billing when element with `data-members-edit-billing` attribute is present on the page. Additional `data-members-success` and `data-members-cancel` attributes could be used to control the redirects on billing update success or failure. They work in the same fission as for 'members-plan' (https://ghost.org/docs/members/checkout-buttons/#redirects)
2020-02-26 12:42:41 +08:00
..
emails Refined member emails 2019-10-16 14:22:42 +07:00
api.js Refactored member metadata logic into @tryghost/members-api package 2020-01-13 16:42:15 +07:00
config.js Added handling allowing members to edit their billing info (#11571) 2020-02-26 12:42:41 +08:00
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Removed unused isPaymentConfigured method 2020-01-17 12:08:30 +07:00
middleware.js Renamed authentication middleware to createSessionFromToken 2019-12-04 09:49:13 +02:00