We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
async-stripe/src/client/stripe.rs
Line 36 in 15c6e8f
For example, CheckoutSession is already at a newer version as it has the renamed shipping_details field.
shipping_details
async-stripe/src/resources/generated/checkout_session.rs
Line 162 in 15c6e8f
not relevant
Expected the api version to be in-sync with the generated code.
No response
master branch
The text was updated successfully, but these errors were encountered:
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 :)
Sorry, something went wrong.
@arlyon It seems that the crate is not being pushed to crates.io.
Successfully merging a pull request may close this issue.
Describe the bug
async-stripe/src/client/stripe.rs
Line 36 in 15c6e8f
For example, CheckoutSession is already at a newer version as it has the renamed
shipping_details
field.async-stripe/src/resources/generated/checkout_session.rs
Line 162 in 15c6e8f
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
The text was updated successfully, but these errors were encountered: