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

It seems that the API Version is completely out of date #360

Closed
fd opened this issue Apr 1, 2023 · 2 comments · Fixed by #361
Closed

It seems that the API Version is completely out of date #360

fd opened this issue Apr 1, 2023 · 2 comments · Fixed by #361
Labels
bug Something isn't working

Comments

@fd
Copy link

fd commented Apr 1, 2023

Describe the bug

stripe_version: ApiVersion::V2020_08_27,

For example, CheckoutSession is already at a newer version as it has the renamed shipping_details field.

pub shipping_details: Option<Shipping>,

To Reproduce

not relevant

Expected behavior

Expected the api version to be in-sync with the generated code.

Code snippets

No response

OS

not relevant

Rust version

not relevant

Library version

master branch

API version

not relevant

Additional context

No response

@fd fd added the bug Something isn't working label Apr 1, 2023
@arlyon
Copy link
Owner

arlyon commented Apr 5, 2023

Yes, you are correct. I have an open issue for this to derive this data from the codegen, but have not gotten around to it.

#320

Edit: I have gotten round to it, should be fixed shortly :)

@fd
Copy link
Author

fd commented Apr 7, 2023

@arlyon It seems that the crate is not being pushed to crates.io.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants