further implementation work for stripe integration

This commit is contained in:
Nathan Coad
2016-07-22 09:01:39 +10:00
parent 6172866bf4
commit c0d2e11172
6 changed files with 188 additions and 221 deletions

View File

@@ -27,6 +27,7 @@ jQuery(document).ready(function($) {
email: currentForm.find('input[name="email"]').val(),
currency: "aud",
amount: currentForm.find('input[name="amount"]').val() * 100,
zipCode: true,
closed: function() {
//document.getElementById("booking_stripe_form").submit();
}