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, )