-
Notifications
You must be signed in to change notification settings - Fork 353
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
Stripe.Account.retrive/1
not working in OpenAPI build
#777
Comments
@marmor157 Yep you are correct. We have to fix that. There are two ways to get it according to their api spec, but the first must be the only one that ends up in the codemod! I'll have to find some time to fix it 👍 |
@snewcomer This is affecting some other endpoints as well, like |
@nkezhaya Thanks. Let me take a look this weekend 🙇♂️ and hopefully get this resolved. |
This issue has been automatically marked as "stale:discard". If this issue still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment. |
Closing this issue after a prolonged period of inactivity. If this issue is still relevant, feel free to re-open the issue. Thank you! |
I was testing out the new OpenAPI build and wanted to use
Stripe.Account.retrieve
passing an account id and it failed with the following error.Code to reproduce:
Where
"***"
is a Stripe account id.The test responsible for this is commented out
stripity-stripe/test/stripe/connect/account_test.exs
Line 10 in 0d9e435
The text was updated successfully, but these errors were encountered: