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
repositories
services Added the product name property in member reads 2022-03-10 09:50:10 +01:00
MembersAPI.js