The current date logic is, at this moment, putting our subscription start date to October 1st for multiple folks trying to start up. That causes a Stripe error, as you're not allowed to create a subscription more than 1 period into the future.
The bug repro's for me locally, this change fixes it.
The current date logic is, at this moment, putting our subscription start date to October 1st for multiple folks trying to start up. That causes a Stripe error, as you're not allowed to create a subscription more than 1 period into the future.
The bug repro's for me locally, this change fixes it.