Skip to content

Instantly share code, notes, and snippets.

@wsmoak
Created February 20, 2015 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wsmoak/c218a62c316d4b2329d4 to your computer and use it in GitHub Desktop.
Save wsmoak/c218a62c316d4b2329d4 to your computer and use it in GitHub Desktop.
Chargify - Change text for next renewal
function changeNextRenewalHtml() {
var nextRenewal = $('#next-renewal-charge');
nextRenewal.html("(then $35.00 on November 1st each year)");
};
$(document).bind("afterSummaryRefresh", changeNextRenewalHtml);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment