Skip to content

Conversation

@ReaganDev
Copy link
Collaborator

No description provided.

@ReaganDev ReaganDev linked an issue Apr 22, 2025 that may be closed by this pull request
private const string FRANCE_ISO2_CODE = "FR";
private const string FRANCE_ISO3_CODE = "FRA";
private readonly string[] FRANCE_CALLING_CODE = ["+33"];

Copy link
Collaborator

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)

Copy link
Collaborator Author

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"];

Copy link
Collaborator

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)

Copy link
Collaborator Author

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"];

Copy link
Collaborator

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)

Copy link
Collaborator Author

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")
];
Copy link
Collaborator

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved

@deanology deanology merged commit 3cc446b into selfmadecode:main Apr 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add country details for France, FrenchGuiana and FrenchPolynesia

2 participants