Skip to content

Commit

Permalink
Merge pull request #246 from vtex/fix/gtm-address-rules
Browse files Browse the repository at this point in the history
Fix Guatemala address rules
  • Loading branch information
garrucho authored Apr 28, 2020
2 parents cbb76f8 + 020c51c commit 97881e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Typos in some states/cities from Guatemala.

## [3.9.2] - 2020-04-08

### Changed
Expand Down
22 changes: 11 additions & 11 deletions react/country/GTM.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const countryData = {
'(Fray Bartolomé De Las Casas)': '16019',
'Boloncho (Fray Bartolomé De Las Casas)': '16020',
Cahabón: '16012',
'Campur (San Pedro Caarchá)': '16021',
'Campur (San Pedro Carchá)': '16021',
Chahal: '16014',
Chisec: '16013',
Cobán: '16001',
Expand Down Expand Up @@ -113,7 +113,7 @@ const countryData = {
'La Gomera': '5007',
Masagua: '5005',
'Nueva Concepcion': '5012',
'Obero (Masgua)': '5013',
'Obero (Masagua)': '5013',
Palin: '5010',
'San Andres Osuna (Escuintla)': '5017',
'San Jose': '5008',
Expand All @@ -135,7 +135,7 @@ const countryData = {
Mixco: '1057',
Palencia: '1054',
Petapa: '1066',
'Puerta Parada (Santa Catarina Pinura)': '1073',
'Puerta Parada (Santa Catarina Pinula)': '1073',
'San Jose Del Golfo': '1053',
'San Jose Pinula': '1052',
'San Juan Sacatepequez': '1059',
Expand All @@ -147,7 +147,7 @@ const countryData = {
'Trapiche Grande (Chuarrancho)': '1071',
'Villa Canales': '1065',
'Villa Nueva': '1064',
'Vuelta Grande (San Raymendo)': '1070',
'Vuelta Grande (San Raymundo)': '1070',
'Zona 1 Guatemala': '1001',
'Zona 2 Guatemala': '1002',
'Zona 3 Guatemala': '1003',
Expand Down Expand Up @@ -227,11 +227,11 @@ const countryData = {
'Las Viñas (Morales)': '18015',
Livingston: '18002',
'Los Amates': '18005',
'Mariscos (Los Amantes)': '18022',
'Mariscos (Los Amates)': '18022',
Morales: '18004',
'Playitas (Morales': '18006',
'Puerto Barrios': '18001',
'Quirigua (Los Amantes)': '18009',
'Quirigua (Los Amates)': '18009',
'San Felipe (Livingston)': '18019',
'Santa Ines (Los Amates)': '18017',
'Santo Tomas De Castilla (Puerto Barrios)': '18013',
Expand All @@ -240,7 +240,7 @@ const countryData = {
Jalapa: {
Jalapa: '21001',
'Llano Grande': '20008',
Matateacuintla: '21007',
Mataquescuintla: '21007',
Monjas: '21006',
'San Carlos Alzatate': '21005',
'San Luis Jilotepeque': '21003',
Expand All @@ -258,7 +258,7 @@ const countryData = {
'El Adelanto': '22009',
'El Ovejero (El Progreso)': '22023',
'El Progreso': '22002',
'Horcones (A Tescatempa)': '22026',
'Horcones (Atescatempa)': '22026',
'Horcones (Sta Cat Mita)': '22022',
Jalpatagua: '22012',
Jeres: '22008',
Expand Down Expand Up @@ -289,10 +289,10 @@ const countryData = {
'Las Cruces (La Libertad)': '17027',
'Macache (Dolores)': '17021',
'Machaquila (Dolores)': '17019',
'Mechor De Mencos': '17011',
'Melchor de Mencos': '17011',
'Paso Caballos (San Andres)': '17016',
'Paxcaman (Flores)': '17026',
Poptum: '17012',
Poptún: '17012',
'Sabaneta (Dolores)': '17028',
'Sacpuy (San Andres)': '17025',
'San Andres': '17004',
Expand Down Expand Up @@ -485,7 +485,7 @@ const countryData = {
'Santa Cruz Naranjo': '6012',
'Santa Maria Ixhuatan': '6010',
'Santa Rosa De Lima': '6003',
Taisco: '6009',
Taxisco: '6009',
},
Solola: {
'Agua Escondida (San Antonio Palopó)': '7022',
Expand Down

0 comments on commit 97881e3

Please sign in to comment.