js
js copied to clipboard
Add preferredProvider in buyWithFiat
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
The focus of this PR is to add a preferredProvider
option to the buyWithFiat
functionality for selecting payment providers.
Detailed summary
- Added
preferredProvider
option tobuyWithFiat
functions - Defined
FiatProvider
type with options: "STRIPE", "TRANSAK", "KADO" - Updated multiple files to include
preferredProvider
option for fiat transactions
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}