-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing flag issue in "Phone Number" section
I have fixed the missing flag issue by updating the base path for the flag source and I tested the same thing after updaing, and I made a video for the same and we can check here → https://app.screencast.com/a6nxZYx8p8qbe
- Loading branch information
Rajat Jindal
committed
Oct 11, 2024
1 parent
e2e5d3f
commit 636a4a7
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
export const ALLOWED_COUNTRIES = ['IN', 'MY', 'FR', 'DE', 'US']; | ||
|
||
export const FLAG_4X3_BASE_PATH = | ||
'https://unpkg.com/@razorpay/i18nify-js/lib/assets/flags'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters