mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03: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
@ -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…
Reference in New Issue
Block a user