-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #451 from RushiChaganti/alphonse
- Loading branch information
Showing
4 changed files
with
6 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 |
---|---|---|
|
@@ -261,6 +261,7 @@ Each section has specific fields to fill out: | |
- **country**: The country where you currently reside. | ||
- **city**: The city where you currently live. | ||
- **address**: Your full address, including street and number. | ||
- **zip_code**: Your postal/ZIP code. | ||
- **phone_prefix**: The international dialing code for your phone number (e.g., +1 for the USA, +44 for the UK). | ||
- **phone**: Your phone number without the international prefix. | ||
- **email**: Your primary email address. | ||
|
@@ -275,6 +276,7 @@ Each section has specific fields to fill out: | |
country: "USA" | ||
city: "New York" | ||
address: "123 Main St" | ||
zip_code: "520123" | ||
phone_prefix: "+1" | ||
phone: "5551234567" | ||
email: "[email protected]" | ||
|
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
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
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