Skip to content

Instantly share code, notes, and snippets.

View johnservinis's full-sized avatar

John Servinis johnservinis

View GitHub Profile
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();
//}