-
Notifications
You must be signed in to change notification settings - Fork 621
add SMS country selection for in-app wallets #6502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 0edfaec The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
apps/dashboard/src/components/embedded-wallets/Configure/index.tsx
Outdated
Show resolved
Hide resolved
.../dashboard/src/components/embedded-wallets/Configure/sms-country-select/country-selector.tsx
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6502 +/- ##
=======================================
Coverage 54.78% 54.78%
=======================================
Files 875 875
Lines 54903 54903
Branches 3745 3745
=======================================
Hits 30077 30077
Misses 24731 24731
Partials 95 95
🚀 New features to boost your workflow:
|
f4465d7 to
6e3fea8
Compare
6e3fea8 to
17ff33b
Compare
size-limit report 📦
|
17ff33b to
0edfaec
Compare

Add SMS Country Selection for In-App Wallets
This PR adds support for configuring SMS-enabled countries for In-App Wallets. It includes:
smsEnabledCountryISOsin the project API responseThe UI organizes countries into 5 pricing tiers, from included (Tier 1) to premium rates (Tier 5), with clear pricing displayed for each tier. Users can select individual countries or entire tiers at once.
PR-Codex overview
This PR introduces SMS functionality, enabling users to log in via SMS in selected countries. It adds validation for SMS-enabled countries and integrates a country selection UI for SMS features.
Detailed summary
smsEnabledCountryISOsto API response and validation schema.getSMSCountryTiersAPI call to fetch SMS country tiers.CountrySelectorcomponent for selecting SMS-enabled countries.InAppWalletSettingsPageto utilize SMS country tiers.