Skip to content

Hello we have an issue with this state #462

Description

@Arturo777

'Coahuila De Zaragoza',

This mexican state should be Coahuila instead of "Coahuila de Zaragoza", google apis return the first value.

You can test this issue with checkout by setting the street address as cuatro de diciembre Sagundoyou will see that the state changes to the wrong state.

Also if you see the returned components you will see Coahuila as the long_name:


[
    {
        "long_name": "Cuatro de Disijembre, Sagundo",
        "short_name": "Cuatro de Disijembre, Sagundo",
        "types": [
            "locality",
            "political"
        ]
    },
    {
        "long_name": "Coahuila",
        "short_name": "Coah.",
        "types": [
            "administrative_area_level_1",
            "political"
        ]
    },
    {
        "long_name": "Mexico",
        "short_name": "MX",
        "types": [
            "country",
            "political"
        ]
    },
    {
        "long_name": "27435",
        "short_name": "27435",
        "types": [
            "postal_code"
        ]
    }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions