Skip to content

Commit

Permalink
add Mexico to the list of countries supported by Stripe (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco authored Oct 30, 2019
1 parent 0cb2952 commit d4d772e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liberapay/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ def __missing__(self, currency):
""".split()), # https://www.paypal.com/us/webapps/mpp/country-worldwide

'stripe': set("""
AT AU BE CA CH DE DK EE ES FI FR GB GR HK IE IT JP LT LU LV MY NL NO NZ
PL PT SE SG SI SK US
AT AU BE CA CH DE DK EE ES FI FR GB GR HK IE IT JP LT LU LV MX MY NL NO
NZ PL PT SE SG SI SK US
PR
""".split()), # https://stripe.com/global
}
Expand Down

0 comments on commit d4d772e

Please sign in to comment.