Last active
December 19, 2015 21:49
-
-
Save southgate/6022922 to your computer and use it in GitHub Desktop.
Fill the CC form with fake data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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