Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #34 from diox/even-more-regions
Browse files Browse the repository at this point in the history
Add 3 more regions (bug 1157067)
  • Loading branch information
diox committed Apr 22, 2015
2 parents 6e129af + 0e8b3b5 commit 91b1934
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions mpconstants/countries.py
Expand Up @@ -73,6 +73,16 @@
'special': False,
'weight': 0
},
'CAF': {
'adolescent': True,
'default_currency': 'XAF',
'id': 54,
'mcc': 623,
'name': 'Central African Republic',
'slug': 'cf',
'special': False,
'weight': 0
},
'CHL': {
'adolescent': True,
'default_currency': 'CLP',
Expand Down Expand Up @@ -212,6 +222,16 @@
'special': False,
'weight': 0
},
'GIN': {
'adolescent': True,
'default_currency': 'GNF',
'id': 55,
'mcc': 611,
'name': 'Guinea-Conakry',
'slug': 'gn',
'special': False,
'weight': 0
},
'GNB': {
'adolescent': True,
'default_currency': 'XOF',
Expand Down Expand Up @@ -297,6 +317,16 @@
'special': False,
'weight': 0
},
'KEN': {
'adolescent': True,
'default_currency': 'KES',
'id': 56,
'mcc': 639,
'name': 'Kenya',
'slug': 'ke',
'special': False,
'weight': 0
},
'LTU': {
'adolescent': True,
'default_currency': 'LTL',
Expand Down

0 comments on commit 91b1934

Please sign in to comment.