Ghost/ghost/members-api/lib
Rishabh Garg ca18f140c4 Handled new type column for tiers (#356)
refs https://github.com/TryGhost/Team/issues/1037

Tiers have a new `type` column to differentiate between `free` and `paid` tiers. This change -

- sets type as paid for all new tiers created, as `free` tier is created by default
- excludes any price/stripe data change for free tier
- updates all usages of default product to fetch the first paid product from the products list in DB instead of just the first product it finds.
2022-01-17 23:02:02 +05:30
..
controllers Added support for dynamic allowSelfSignup config 2022-01-10 17:53:30 +02:00
repositories Handled new type column for tiers (#356) 2022-01-17 23:02:02 +05:30
services members-api: Switch from GhostError to ConflictError 2021-12-06 16:57:19 +00:00
MembersAPI.js Added support for dynamic allowSelfSignup config 2022-01-10 17:53:30 +02:00
migrations.js Handled new type column for tiers (#356) 2022-01-17 23:02:02 +05:30