mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
a0001df1ad
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 |
||
---|---|---|
.. | ||
controllers | ||
repositories | ||
services | ||
MembersAPI.js |