Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12.x] Add extra 10 seconds of trial time #1160

Merged
merged 2 commits into from
May 18, 2021
Merged

Conversation

driesvints
Copy link
Member

When creating a Stripe Session checkout there's a minimum amount of time of 48 hours in which the user needs to be given a trial period. Because there could be a slight delay between the time the code is run and the API endpoint is hit, the timestamp could already be less than 48 hours away. Therefor I've tried to fix this by adding an additional 10 seconds of trial time to account for these execution delays.

@taylorotwell taylorotwell merged commit 98b7c71 into 12.x May 18, 2021
@taylorotwell taylorotwell deleted the fix-session-trial-delay branch May 18, 2021 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants