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

TransferRefund model does not perform GET requests to the proper URL #377

Open
obarahona10 opened this issue Jan 7, 2025 · 0 comments
Open

Comments

@obarahona10
Copy link

obarahona10 commented Jan 7, 2025

Context

TransferRefund model it's using the same URL for both creating and getting info for a given transfer refund. But the endpoints are different:

When trying to get the details of an existing transfer refund, with the current implementation, the API returns a 500 response. If I monkeypatch it, by setting temporarily the correct URL, I'm able to get the details as expected.

Proposal

Make sure all actions to be performed over this resource, work as expected. By using the expected URLs that are included in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant