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

[9.0] Test against latest Stripe API version #603

Merged
merged 3 commits into from
Jan 3, 2019

Conversation

driesvints
Copy link
Member

This makes sure we always use a fixed API version when making Stripe calls. It prevents breakages if another API version is defined in the Stripe account.

This makes sure we always use a fixed API version when making Stripe calls. It prevents breakages if another API version is defined in the Stripe account.
@driesvints driesvints force-pushed the fix-stripe-api-version branch from c3f2805 to 2edd482 Compare January 2, 2019 16:39
@driesvints driesvints changed the title [9.0] Set Stripe API version [9.0] Test against latest Stripe API version Jan 2, 2019
@driesvints
Copy link
Member Author

PR was changed to not enforce the API version but rather just test the latest API version in the test suite. This way people may still use a lower version if they need it for other Stripe related implementations.

@taylorotwell taylorotwell merged commit 9d8c7d7 into 9.0 Jan 3, 2019
@driesvints driesvints deleted the fix-stripe-api-version branch January 3, 2019 15:06
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.

2 participants