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

upgrade stripe lib to v8 #68

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

ratsclub
Copy link
Member

No description provided.

Comment on lines +513 to 514
# TODO: I actually don't know how to do this on the new api
event = stripe.Event.construct_from(data, stripe.api_key)
Copy link
Member Author

@ratsclub ratsclub Jul 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only part that is not straightforward to migrate (apart from all the tests). I need to read the docs to see how to do it.

@sirodoht
Copy link
Member

sirodoht commented Jul 17, 2024

@ratsclub looks like stripe-python is up to v10 now: https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md#1030---2024-07-11

Consider upgrading if it's not too much work. I can take a look at the tests!

@ratsclub
Copy link
Member Author

Seems like we don't need to do anything to bump to v10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants