Conversation
- Add hiddenOnrampProviders prop to BuyWidget and BridgeWidget components - Filter onramp providers (Coinbase, Stripe, Transak) based on hidden list - Update useBuyWithFiatQuotesForProviders hook to accept provider list - Add comprehensive tests for provider filtering - Allows developers to customize which payment providers are shown to users Co-authored-by: Yash <Yash094@users.noreply.github.com>
Co-authored-by: Yash <Yash094@users.noreply.github.com>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #8704 +/- ##
==========================================
- Coverage 52.72% 52.71% -0.01%
==========================================
Files 934 934
Lines 62968 62985 +17
Branches 4135 4135
==========================================
+ Hits 33199 33204 +5
- Misses 29671 29683 +12
Partials 98 98
🚀 New features to boost your workflow:
|
size-limit report 📦
|
Slack Thread
PR-Codex overview
This PR introduces the ability to hide specific onramp providers in various components related to payment selection and fiat quotes, enhancing customization for users.
Detailed summary
useBuyWithFiatQuotesForProvidersto accept an optionalprovidersparameter.hiddenOnrampProvidersprop toPaymentSelection,BridgeWidget,BuyWidget, andFiatProviderSelection.FiatProviderSelectionwhen fetching quotes.