Skip to content

Instantly share code, notes, and snippets.

@southgate
Last active December 19, 2015 21:49
Show Gist options
  • Save southgate/6022922 to your computer and use it in GitHub Desktop.
Save southgate/6022922 to your computer and use it in GitHub Desktop.
Fill the CC form with fake data
javascript:(function() {
$('#billing_number').val("4111 1111 1111 1111");
$('#billing_expiration_date').val("02/2015");
$('#billing_cvv').val("123");
$('#billing_billing_address_postal_code').val("94110");
$('.select-country').val('United States of America');
$('.select-state').val('California');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment