mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added tier visibility to portal tier data
refs https://github.com/TryGhost/Team/issues/1387 We are moving away from using portal products/plans settings to visibility property on the tier object.
This commit is contained in:
parent
bca0e4ba05
commit
32ff722028
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ const getPortalProductPrices = async function () {
|
|||
benefits: product.benefits,
|
||||
active: product.active,
|
||||
type: product.type,
|
||||
visibility: product.visibility,
|
||||
prices: productPrices
|
||||
};
|
||||
}).filter((product) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue