mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
closes https://github.com/TryGhost/Ghost/issues/12980 closes https://github.com/TryGhost/Team/issues/730 As part of changes in 4.6, the default price ids for monthly/yearly prices are stored in new settings - `members_monthly_price_id`, `members_yearly_price_id` - which are used to determine current active prices for the site from list of all existing prices. The `@price` helper was incorrectly still relying on the old logic for active monthly/yearly price using the first active price with matching nickname, and resulted in showing incorrect price data on the theme. - Updated tests to check price data using settings value |
||
---|---|---|
.. | ||
config | ||
csv | ||
data | ||
export | ||
filter-param | ||
images | ||
import | ||
settings | ||
themes | ||
cache-rules.js | ||
context.js | ||
data-generator.js | ||
test.hbs |