Private
Public Access
1
0

Merge branch 'feature/braintree2' into develop

This commit is contained in:
Sander Roosendaal
2018-12-24 14:15:34 +01:00
3 changed files with 16 additions and 2 deletions

View File

@@ -833,7 +833,7 @@ def handle_send_email_subscription_update(
res = send_template_email(from_email,['info@rowsandall.com'],
'Subscription Update Notification',
template_name,
notification_template_name,
d, **kwargs)
return 1

View File

@@ -23,3 +23,12 @@
});
});
</script>
<script type='text/javascript'
src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'>
</script>
<script>
$('#payment-form').submit(function() {
$(this).find("button[type='submit']").prop('disabled',true);
console.log("disabled");
}
</script>

View File

@@ -91,7 +91,12 @@
cycle, you will be charged for a prorated amount. For example, when
you upgrade from a 15&euro; plan to a 65&euro; plan (a difference of
50&euro;) in the 6th month of the 12 month billing cycle, you
will be charged 35&euro;.
will be charged 25&euro;.
</p>
<p>
After you hit the Upgrade button, the transaction will be launched.
Please wait until the transaction completes. Do not click the
button twice. Do not close your browser window.
</p>
</li>
</ul>