You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: