From 27b82b62aaea8d315af8071e8716087fab376450 Mon Sep 17 00:00:00 2001 From: Alice Date: Tue, 14 May 2019 12:48:35 +0200 Subject: [PATCH] Fix update_stripe_plans --- payments/management/commands/update_stripe_plans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payments/management/commands/update_stripe_plans.py b/payments/management/commands/update_stripe_plans.py index db46842..444dc69 100644 --- a/payments/management/commands/update_stripe_plans.py +++ b/payments/management/commands/update_stripe_plans.py @@ -33,7 +33,7 @@ class Command(BaseCommand): amount=amount, interval='month', interval_count=months, - name=backend.name + " (%s)" % period_id, + name="VPN Subscription (%s)" % period_id, currency=CURRENCY_CODE, )