Ghost/ghost/members-api/lib
Nazar Gargol a669cda605 Added fallback plan nickname to inteval instead of empty string
no issue

- On model layer in Ghost empty string is always converted to `null` for not nullable fields, which wasn't letting the value through to the database
- Current solution is a stopgap to fix imports of cyclic plans without nicknames. Ideally nickname field should become nullable in the future so this logic can be simplified
2020-02-11 14:02:40 +08:00
..
stripe Added fallback plan nickname to inteval instead of empty string 2020-02-11 14:02:40 +08: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 Added ability to link member to existing stripe customer (#120) 2020-01-28 19:00:28 +07:00