Switch to new monthly plan rate.

master
Nick Sergeant 2014-05-02 15:54:05 -05:00
parent 21f4706a41
commit 8f18bd05c4
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
<form class="form-horizontal" id="pro-signup" method="post" action="/pro/signup/complete/">
<fieldset>
<div class="payment-loading"><span>Please wait&hellip;</span></div>
<legend>$3 USD will be charged to your card monthly. Also, you rock. Tell yourself that every month, too.</legend>
<legend>$5 USD will be charged to your card monthly. Also, you rock. Tell yourself that every month, too.</legend>
<div class="payment-errors alert alert-error"></div>
<div class="control-group">
<label class="control-label" for="name">Name on card:</label>

View File

@ -22,7 +22,7 @@
{% if request.user.profile.is_pro %}
<h3>You're already a Pro.</h3>
{% else %}
<h3><span><span class="pro">Pro</span> is only</span> $3/month.</h3>
<h3><span><span class="pro">Pro</span> is only</span> $5/month.</h3>
<h4><a href="/pro/signup/" class="btn btn-large btn-success">Buy Now</a></h4>
{% endif %}
</div>

View File

@ -104,7 +104,7 @@ def pro_signup_complete(request):
token = request.POST['token']
stripe.api_key = STRIPE_SECRET_KEY
plan = 'snipt-pro-monthly'
plan = 'snipt-monthly'
try:
customer = stripe.Customer.create(card=token,