pinax / pinax-stripe-light

a payments Django app for Stripe
MIT License
688 stars 286 forks source link

Update how inheriting trials from plans work for subscriptions #611

Closed paltman closed 3 years ago

paltman commented 6 years ago

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