Skip to content

Instantly share code, notes, and snippets.

@mootrichard
Created January 3, 2018 18:43
Show Gist options
  • Save mootrichard/7460c27d2878667cf8becbef59f84a43 to your computer and use it in GitHub Desktop.
Save mootrichard/7460c27d2878667cf8becbef59f84a43 to your computer and use it in GitHub Desktop.
Template.squarePaymentForm.onRendered(function () {
$(document).ready(function () {
createPaymentForm();
});
$("#submitCard").on("click", function () {
paymentForm.requestCardNonce();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment