Merge branch 'feature/braintree2' into develop
This commit is contained in:
@@ -833,7 +833,7 @@ def handle_send_email_subscription_update(
|
|||||||
|
|
||||||
res = send_template_email(from_email,['info@rowsandall.com'],
|
res = send_template_email(from_email,['info@rowsandall.com'],
|
||||||
'Subscription Update Notification',
|
'Subscription Update Notification',
|
||||||
template_name,
|
notification_template_name,
|
||||||
d, **kwargs)
|
d, **kwargs)
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
@@ -23,3 +23,12 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</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>
|
||||||
|
|||||||
@@ -91,7 +91,12 @@
|
|||||||
cycle, you will be charged for a prorated amount. For example, when
|
cycle, you will be charged for a prorated amount. For example, when
|
||||||
you upgrade from a 15€ plan to a 65€ plan (a difference of
|
you upgrade from a 15€ plan to a 65€ plan (a difference of
|
||||||
50€) in the 6th month of the 12 month billing cycle, you
|
50€) in the 6th month of the 12 month billing cycle, you
|
||||||
will be charged 35€.
|
will be charged 25€.
|
||||||
|
</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>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user