Skip to content

Instantly share code, notes, and snippets.

@Mitendra
Last active June 7, 2018 20:50
Show Gist options
  • Save Mitendra/b9cb86b48ded20f8c52c926450039954 to your computer and use it in GitHub Desktop.
Save Mitendra/b9cb86b48ded20f8c52c926450039954 to your computer and use it in GitHub Desktop.
missing_intend
def sendEmail(numOfRows)
if(numOfRows == 1)
# send an email saying, checkout errored out
else
# send an email saying, checkout is complete
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment