alphabetworkers / alphabetworkersunion.org

Apache License 2.0
11 stars 21 forks source link

Fix date edge case #185

Closed undefinedseance closed 1 year ago

undefinedseance commented 2 years ago

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.

mattrubin commented 1 year ago

Superseded by https://github.com/alphabetworkers/alphabetworkersunion.org/pull/233