Skip to content

Commit

Permalink
add Czechia to Stripe allowed countries (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel authored Mar 7, 2020
1 parent 83261bd commit a023493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liberapay/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ 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 MX MY NL NO
AT AU BE CA CH CZ 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 a023493

Please sign in to comment.