From 143d2bfdf040ad2cc4dd26e74862c4d578ccfb8c Mon Sep 17 00:00:00 2001 From: Changaco Date: Wed, 30 Oct 2019 09:34:41 +0100 Subject: [PATCH] add India to the list of countries supported by Stripe --- liberapay/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }