Ghost/test/unit
Fabien O'Carroll a138586c83 Updated stripe_plans & portal_plans settings
refs https://github.com/TryGhost/Team/issues/586

We are no longer using the `stripe_plans` setting, instead we are using
the `stripe_prices` database table. However, we must keep the setting as
the migration from the setting to the database is not done as a standard
migration, but in code. This means our code has to still read and pass
the setting because we will never know if the migration in code has run
yet.

The `portal_plans` setting has been updated to only include 'free' by
default, because the setting must include id's now rather than names.
2021-05-07 16:31:08 +01:00
..
adapters Removed unused onMany method from events 2021-05-04 13:28:24 +01:00
api Added ability to send a newsletter to members with a certain label or product (#12932) 2021-05-07 11:56:41 +01:00
apps Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
data Updated stripe_plans & portal_plans settings 2021-05-07 16:31:08 +01:00
helpers Improved i18n to use DI for logging + config 2021-05-06 10:58:24 +01:00
lib Extracted package-json lib to Utils 2021-05-07 12:35:06 +01:00
models Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
server Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
services Improved theme locale handling 2021-05-05 16:13:26 +01:00
shared Added fake logging to i18n tests 2021-05-06 19:38:01 +01:00
web Fixed broken require path (bridge in tests) 2021-04-26 15:01:10 +01:00