Skip to content
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

Updated states (departments) in gt.xml according to ISO 3166-2. #29

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions gt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,30 @@
<taxRule iso_code_country="gt" id_tax="1" />
</taxRulesGroup>
</taxes>
<states>
<state name="Alta Verapaz" iso_code="16" country="GT" zone="Central America/Antilla" />
<state name="Baja Verapaz" iso_code="15" country="GT" zone="Central America/Antilla" />
<state name="Chimaltenango" iso_code="04" country="GT" zone="Central America/Antilla" />
<state name="Chiquimula" iso_code="20" country="GT" zone="Central America/Antilla" />
<state name="El Progreso" iso_code="02" country="GT" zone="Central America/Antilla" />
<state name="Escuintla" iso_code="05" country="GT" zone="Central America/Antilla" />
<state name="Guatemala" iso_code="01" country="GT" zone="Central America/Antilla" />
<state name="Huehuetenango" iso_code="13" country="GT" zone="Central America/Antilla" />
<state name="Izabal" iso_code="18" country="GT" zone="Central America/Antilla" />
<state name="Jalapa" iso_code="21" country="GT" zone="Central America/Antilla" />
<state name="Jutiapa" iso_code="22" country="GT" zone="Central America/Antilla" />
<state name="Petén" iso_code="17" country="GT" zone="Central America/Antilla" />
<state name="Quetzaltenango" iso_code="09" country="GT" zone="Central America/Antilla" />
<state name="Quiché" iso_code="14" country="GT" zone="Central America/Antilla" />
<state name="Retalhuleu" iso_code="11" country="GT" zone="Central America/Antilla" />
<state name="Sacatepéquez" iso_code="03" country="GT" zone="Central America/Antilla" />
<state name="San Marcos" iso_code="12" country="GT" zone="Central America/Antilla" />
<state name="Santa Rosa" iso_code="06" country="GT" zone="Central America/Antilla" />
<state name="Sololá" iso_code="07" country="GT" zone="Central America/Antilla" />
<state name="Suchitepéquez" iso_code="10" country="GT" zone="Central America/Antilla" />
<state name="Totonicapán" iso_code="08" country="GT" zone="Central America/Antilla" />
<state name="Zacapa" iso_code="19" country="GT" zone="Central America/Antilla" />
</states>
<units>
<unit type="weight" value="kg" />
<unit type="volume" value="L" />
Expand Down