Created
April 30, 2016 04:05
-
-
Save rcdexta/d30e08ba34764f23403e36c1df97c2b0 to your computer and use it in GitHub Desktop.
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
new Card({ | |
form: 'form', | |
container: '.card', | |
formSelectors: { | |
numberInput: 'input[name=number]', | |
expiryInput: 'input[name=expiry]', | |
cvcInput: 'input[name=cvv]', | |
nameInput: 'input[name=name]' | |
}, | |
width: 390, // optional — default 350px | |
formatting: true | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment