Ghost/ghost/members-api
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
..
lib Handled storing of trial start/end info for subscription (#15161) 2022-08-05 17:50:40 +05:30
test Added test coverage for JWKS token verification 2022-05-23 17:59:33 +08:00
.eslintrc.js
.gitignore
index.js
package.json Pinned all dependencies 2022-07-27 08:44:50 +02:00