Skip to content

Instantly share code, notes, and snippets.

@mbeale
Created March 18, 2013 14:52
Show Gist options
  • Save mbeale/5187700 to your computer and use it in GitHub Desktop.
Save mbeale/5187700 to your computer and use it in GitHub Desktop.
Recurly.js submit coupon automatically
Recurly.buildSubscriptionForm({
/* other options */
subscription: {
couponCode: 'testplan'
},
distinguishContactFromBillingInfo: true,
afterInject: function(){
$('.submit').text('Join Playa');
$('div.check').click();
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment