0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/members
Nazar Gargol 4b57ad33b0 Removed unused isPaymentConfigured method
refs https://github.com/TryGhost/Ghost/pull/11499

- Removed unused and confusin isPaymentConfigured because it was basing it's logic on old `isPaid` flag. Having it in the codebase was adding confusion.
- `isPaid` config flag still needs a proper cleanup with a migration etc.
- Added little post PR merge cleanup
2020-01-17 12:08:30 +07: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 config module to members service 2019-11-08 17:21:20 +07: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