Ghost/ghost/members-api/lib
Thibaut Patel a0001df1ad Added the product name property in member reads
refs https://github.com/TryGhost/Team/issues/1141

- The goal is to retrieve the product name for canceled subscriptions
- The property is located at `member.subscriptions.price.product.name`
- We can't easily get the full product as products are retrieved using a join through `members_products`, and there is only a `members_products` row when the subscription is active
2022-03-10 09:50:10 +01: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 the product name property in member reads 2022-03-10 09:50:10 +01:00
MembersAPI.js Moved the last of the Stripe config out of Members 2022-02-15 10:57:40 +02:00