Cimpress-MCP / postal-codes-js

Provide postal code validation for javascript
Apache License 2.0
43 stars 36 forks source link

Ireland Validation: Can not load IE.json #38

Closed dyouberg closed 4 years ago

dyouberg commented 4 years ago

Ireland Country Code: "IE"

Throwing Error on validate function: return 'Failed to load postal code format "' + countryData.postalCodeFormat + '".';

"IE": {
    "countryName": "Ireland",
    "postalCodeFormat": "IE.json",
    "alpha2": "IE",
    "alpha3": "IRL",
    "numeric3": "372"
},

Traced this to the formats-web.js file missing the import of IE.json

ozankaya commented 4 years ago

Fixed in v2.2.3