diff --git a/liberapay/constants.py b/liberapay/constants.py index 036f84ab56..da583ddbbd 100644 --- a/liberapay/constants.py +++ b/liberapay/constants.py @@ -342,8 +342,8 @@ def __missing__(self, currency): """.split()), # https://www.paypal.com/us/webapps/mpp/country-worldwide 'stripe': set(""" - AT AU BE BG CA CH CY CZ DE DK EE ES FI FR GB GR HK HU IE IT JP LT LU LV - MT MX MY NL NO NZ PL PT RO SE SG SI SK US + AT AU BE BG CA CH CY CZ DE DK EE ES FI FR GB GR HK HU IE IN IT JP LT LU + LV MT MX MY NL NO NZ PL PT RO SE SG SI SK US PR """.split()), # https://stripe.com/global }