Skip to content

Commit

Permalink
lob#178 Add Armenia to the country list
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jan 30, 2024
1 parent 5998d46 commit 0404471
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Model/CountryExtended.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ enum CountryExtended: string

case AL = 'AL';

case AM = 'AM';

case AN = 'AN';

case AO = 'AO';
Expand Down
2 changes: 2 additions & 0 deletions lib/Model/CountryExtendedExpanded.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ enum CountryExtendedExpanded: string

case ARGENTINA = 'ARGENTINA';

case ARMENIA = 'ARMENIA';

case ARUBA = 'ARUBA';

case AUSTRALIA = 'AUSTRALIA';
Expand Down

0 comments on commit 0404471

Please sign in to comment.