Ghost/core/server/services/members
Nazar Gargol 51c2b22e9f 🐛 Fixed order for "Complimentary" plan creation
no issue

- When new Ghost instance is initialized "Complimentary" plan doesn't have to wait for the rest of plans to be configured.
- Without configured plans the admin would still be able  to assign "Complimentary" plan to members or import same kind of members.
- There is no error handling at the moment when plan initialization fails, that's why it was very confusing when all of the sudden it wasn't possible to create a member record
2020-02-11 17:14: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 🐛 Fixed order for "Complimentary" plan creation 2020-02-11 17:14: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