Ghost/ghost/core/test/unit
Rishabh Garg 5704ac061e
Handled storing of trial start/end info for subscription (#15161)
refs https://github.com/TryGhost/Team/issues/1724

With free trials, members can start subscriptions with a trial period. This change stores the information about trial start and end date for every subscription so it can be shown on Admin/Portal for member.

- adds new `trial_start_at` column for storing trial start date on Stripe subscription. Will in most cases match the start of subscription date.
- adds new `trial_end_at` column for storing trial end date on Stripe subscription.
- wires storing trial start and end values on stripe subscription
2022-08-05 17:50:40 +05:30
..
api Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
frontend Fixed the typo 2022-08-04 15:38:32 +01:00
server Handled storing of trial start/end info for subscription (#15161) 2022-08-05 17:50:40 +05:30
shared Used in memory cache adapter in settigs cache manager 2022-08-05 02:28:33 +12:00