Skip to content

Instantly share code, notes, and snippets.

@cwaring
Created September 22, 2014 09:12
Show Gist options
  • Save cwaring/97ff5b9418d5a9b86e8f to your computer and use it in GitHub Desktop.
Save cwaring/97ff5b9418d5a9b86e8f to your computer and use it in GitHub Desktop.
Set the thank you emails on after an invoice has been sent
$.ajax({
type: "POST",
contentType: "application/x-www-form-urlencoded; charset=UTF-8",
url: 'toggle_thank_you_emails',
data: '_method=put',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment