Skip to content

Commit

Permalink
Merge pull request #2066 from kareila/2065-ukdupe
Browse files Browse the repository at this point in the history
[#2065] only show UK/GB once in shop CC country selector
  • Loading branch information
zorkian committed Apr 5, 2017
2 parents 5cf4374 + 0c604c1 commit a7b7cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/shop/entercc.bml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ body<=
# load country codes, and US states
my ( %countries, %usstates );
DW::Countries->load( \%countries );
delete $countries{UK}; # UK is also GB; don't display both
LJ::load_codes( { state => \%usstates } );

# accepted credit card list. this should be populated by the hooks.
Expand Down

0 comments on commit a7b7cde

Please sign in to comment.