Skip to content

Conversation

@TaprootFreak
Copy link
Contributor

Summary

Fix the bank refund endpoint URL to match the backend API.

Change

  • From: /transaction/:id/bank-refund
  • To: /transaction/:id/refund/bank

Problem

The frontend was calling the wrong endpoint, causing Cannot PUT /v1/transaction/11/bank-refund error when submitting bank refunds.

Change from /transaction/:id/bank-refund to /transaction/:id/refund/bank
to match the backend API endpoint.
@TaprootFreak TaprootFreak merged commit ea3b252 into develop Jan 5, 2026
1 check passed
@TaprootFreak TaprootFreak deleted the fix/bank-refund-endpoint branch January 5, 2026 23:54
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

Successfully merging this pull request may close these issues.

2 participants