pinax / pinax-stripe-light

a payments Django app for Stripe
MIT License
684 stars 285 forks source link

Update how inheriting trials from plans work for subscriptions #611

Closed paltman closed 2 years ago

paltman commented 5 years ago

Subscriptions no longer inherit the plan’s trial_period_days automatically. They must be created with trial_from_plan set to True.