mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
5704ac061e
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 |
||
---|---|---|
.. | ||
e2e-api | ||
e2e-browser | ||
e2e-frontend | ||
e2e-server | ||
e2e-webhooks | ||
integration | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js |