Skip to content

Instantly share code, notes, and snippets.

@johnservinis
Created February 2, 2017 12:49
Show Gist options
  • Save johnservinis/6a7f959e9063baae8287eeda1e5f6e1f to your computer and use it in GitHub Desktop.
Save johnservinis/6a7f959e9063baae8287eeda1e5f6e1f to your computer and use it in GitHub Desktop.
public void userSelectedReceiptOption(bool printReceipt)
{
// 12/09/09 - temporarily commented so QA can proceed while ben fixes
// transitionToFinalPage method. not a biggie, as the extra receipts
// will just give us more logging data during testing.
//if (printReceipt)
//{
printReceipt();
transitionToPrintingReceipt();
//}
//else
//{
// // TODO: Transition not working
// // transitionToFinalPage();
//}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment