diff --git a/views.py b/views.py index 655a0bc..f61cb9f 100644 --- a/views.py +++ b/views.py @@ -104,6 +104,8 @@ def pro_complete(request): token = request.POST['token'] stripe.api_key = STRIPE_SECRET_KEY + plan = 'snipt-monthly' + if request.POST['plan'] == 'monthly': plan = 'snipt-monthly' elif request.POST['plan'] == 'yearly':