Skip to content

fix: allow specifying currency on DAA and business account transfer c… - #483

Merged
anilgangapersaud-circle merged 1 commit into
circlefin:masterfrom
yitianx00:claude/transfers-currency-spec-f59486
Sep 16, 2026
Merged

anilgangapersaud-circle merged 1 commit into
circlefin:masterfrom
yitianx00:claude/transfers-currency-spec-f59486

Conversation

@yitianx00

Copy link
Copy Markdown
Contributor

Summary

  • debug/daa/transfers/create and debug/businessAccount/transfers/create hardcoded amount.currency to USD, so the currency couldn't be changed when creating a transfer.
  • Added a Currency select (USD/EUR) to both pages, matching the pattern already used on other DAA/business account create pages (e.g. withdrawals, deposit addresses, payouts).

Test plan

  • On staging, open debug/daa/transfers/create, select EUR, submit, and confirm the request payload sends currency: "EUR".
  • Same check on debug/businessAccount/transfers/create.
  • Confirm USD still works as the default on both pages.

…reation

Both debug pages hardcoded amount.currency to USD with no way to
override it. Add a Currency select (USD/EUR) matching the pattern
used on the other DAA/business account create pages.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@anilgangapersaud-circle
anilgangapersaud-circle merged commit 5cf4f83 into circlefin:master Sep 16, 2026
4 checks passed
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