0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services
Rishabh Garg 36803a4290
🐛 Fixed incorrect @price.currency value in themes (#12987)
closes https://github.com/TryGhost/Ghost/issues/12986
refs 1345268089

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. While the last commit updated the prices to use the settings, the data for currency was still used from non-zero prices instead of the new settings value.

- Updated tests to check price currency
2021-05-27 10:49:35 +05:30
..
apps Moved i18n to shared 2021-05-04 13:03:38 +01:00
redirects Moved i18n to shared 2021-05-04 13:03:38 +01:00
routing Moved i18n to shared 2021-05-04 13:03:38 +01:00
rss 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
settings Moved bridge into its proper location 2021-04-26 14:38:57 +01:00
sitemap Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
theme-engine 🐛 Fixed incorrect @price.currency value in themes (#12987) 2021-05-27 10:49:35 +05:30
url Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
proxy.js Moved i18n to shared 2021-05-04 13:03:38 +01:00