Ghost/ghost/members-api/lib
Fabien 'egg' O'Carroll 480a22d6ac Fixed visibility changes in product repository (#375)
refs https://github.com/TryGhost/Team/issues/1387

First, this default value didn't make sense as it was written when we
had a boolean visible column, second, we don't need to add defaults here
- this implementation is super tied to the models anyway, so we may as
well rely on the model defaults - if we do pull it out similar to
Offers, then it may make sense to add a default there.

We also update the JSDoc to match the updated data structure.
2022-03-07 14:09:07 +00:00
..
controllers Moved the last of the Stripe config out of Members 2022-02-15 10:57:40 +02:00
repositories Fixed visibility changes in product repository (#375) 2022-03-07 14:09:07 +00:00
services Added tier property to subscriptions 2022-02-01 11:42:15 +02:00
MembersAPI.js Moved the last of the Stripe config out of Members 2022-02-15 10:57:40 +02:00