Skip to content

Instantly share code, notes, and snippets.

@mbeale
Created July 25, 2013 16:47
Show Gist options
  • Save mbeale/6081609 to your computer and use it in GitHub Desktop.
Save mbeale/6081609 to your computer and use it in GitHub Desktop.
Hide subscription renewal period
Recurly.buildSubscriptionForm({
/* other options */
subscription: {
couponCode: 'testplan'
},
distinguishContactFromBillingInfo: true,
afterInject: function(){
$('.interval').hide();
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment