Skip to content

Commit

Permalink
add India to the list of countries supported by Stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Oct 30, 2019
1 parent d4d772e commit 67cd350
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 MX 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 IN 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 67cd350

Please sign in to comment.