Currently receipts in the app use information from both PurchasesController and TicketsController to get information about purchases and used tickets (swipes). We should create a ReceiptController that handles all the logic instead of handling the logic in the app
Currently receipts in the app use information from both PurchasesController and TicketsController to get information about purchases and used tickets (swipes). We should create a ReceiptController that handles all the logic instead of handling the logic in the app