further implementation work for stripe integration
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user