Skip to content

Instantly share code, notes, and snippets.

@alovak
Created April 8, 2015 11:27
Show Gist options
  • Save alovak/a95c7513697ae7d9bd0c to your computer and use it in GitHub Desktop.
Save alovak/a95c7513697ae7d9bd0c to your computer and use it in GitHub Desktop.
white.createToken({
number: $('.card-number').val(),
exp_month: $('.card-expiry-month').val(),
exp_year: $('.card-expiry-year').val(),
cvc: $('.card-cvc').val()
}, whiteResponseHandler);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment