-
Notifications
You must be signed in to change notification settings - Fork 3
add country details for France, FrenchGuiana and FrenchPolynesia #56
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
add country details for France, FrenchGuiana and FrenchPolynesia #56
Conversation
| private const string FRANCE_ISO2_CODE = "FR"; | ||
| private const string FRANCE_ISO3_CODE = "FRA"; | ||
| private readonly string[] FRANCE_CALLING_CODE = ["+33"]; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No test for valid state type(s)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved
| private const string FRENCH_GUIANA_ISO2_CODE = "GF"; | ||
| private const string FRENCH_GUIANA_ISO3_CODE = "GUF"; | ||
| private readonly string[] FRENCH_GUIANA_CALLING_CODE = ["+594"]; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No test for valid state type(s)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the country has no states
| private const string FRENCH_POLYNESIA_ISO2_CODE = "PF"; | ||
| private const string FRENCH_POLYNESIA_ISO3_CODE = "PYF"; | ||
| private readonly string[] FRENCH_POLYNESIA_CALLING_CODE = ["+689"]; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No test for valid state type(s)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved
| new("Vosges", "FR-88", "metropolitan department"), | ||
| new("Yonne", "FR-89", "metropolitan department"), | ||
| new("Yvelines", "FR-78", "metropolitan department") | ||
| ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we cross check this list again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved
No description provided.