-
Notifications
You must be signed in to change notification settings - Fork 554
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
Unable to retrieve Transfer Reversal while expanding the transfer object #1393
Comments
@davidrichey Thanks for the report and sorry for the trouble. We have a bug in the code here I think where we don't pass |
Thanks @remi-stripe, that's what I was thinking too. I played around with it a bit and added a PR, as well as, an additional test. If there is anything additional to add, let me know! |
Ah neat, I missed your PR 🤦 |
@remi-stripe in the meantime, do you know any workarounds until we would be able to get something like this implemented? |
Unfortunately no I can't think of a viable one but we are working on getting your change integrated in a non-breaking way which should hopefully unblock you soon! |
We've merged this in master and should be part of the next release tomorrow. |
Describe the bug
Unable to retrieve Transfer Reversal while expanding the transfer object as the API Docs state. The expected expand addition to the Stripe Transfer retrieve_reversal raises a NoMethodError.
I noticed the NestedResource
retrieve_
does not account forparams
as the update, delete & list methods do.To Reproduce
Note: The code snippet is generated from the Stripe Shell
Expected behavior
Retrieves the Transfer Reversal Object with the transfer expanded
Code snippets
The text was updated successfully, but these errors were encountered: