-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
customer_tax_location_invalid missing field for last_finalization_error.code #465
Comments
How did you reach this bug? It does seem like the
|
@augustoccesar Thats weird, it was reched when a stripe webhook was called. I got it working by using another hook meanwhile. |
Now for stripe checkout session creation:
Maybe the option is just added to invoice, but not to session creation? @augustoccesar |
Seems like there is a whole lot of parse errors. I'm wondering if im doing something wrong or if the crate is out of date? |
The webhook api version is 2022-11-15 (latest doens't work either). I cannot downgrade any further. Readme states that the latest version supported is 2020? |
Hmmm, looking into it it seems like the error enum that I shared above is the one that is up to date with the API specs, but is not the one used to parse responses. One reason for it to not be using the generated one could be, like you mentioned, because of the version support. But I'm not quite sure. So maybe @arlyon can answer this one. I did a diff on them and there are quite a lot of them that only exist on Side note: It seems like errors related to |
This one I believe is related the issue #489 and to the PR #490 and , so it will probably get fixed when/if it gets merged. |
The readme is out of date. The lastest version of |
Describe the bug
The customer_tax_location_invalid is not added as a valid value for last_finalization_error.code. It should be an easy fix.
To Reproduce
.
Expected behavior
.
Code snippets
No response
OS
Windows
Rust version
any
Library version
0.26.0
API version
2023-08-16
Additional context
No response
The text was updated successfully, but these errors were encountered: