Created
March 20, 2013 19:08
-
-
Save mbeale/5207507 to your computer and use it in GitHub Desktop.
Alter expiration fields Recurly.js
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
Recurly.buildSubscriptionForm({ | |
/* other options */ | |
afterInject: function(){ | |
$('.month select').val(2); //month | |
$('.year select').val(2016); //year | |
}, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has changed significantly since this was posted. If you run into this gist, check the current documentation: https://dev.recurly.com/docs/recurlyjs