Line 52 of TicketController has the Events::$plugin->getPurchasedTickets()->checkInPurchasedTicket($purchasedTicket); call commented out so the function returns a success message but checkin is not recorded.
Steps to reproduce
Post to events/ticket/checkin with a PurchasedTicket sku.
Inspect the events_puchasedTickets table to verify that checkedIn is null and checkedInDate is null
Description
Line 52 of TicketController has the
Events::$plugin->getPurchasedTickets()->checkInPurchasedTicket($purchasedTicket);
call commented out so the function returns a success message but checkin is not recorded.Steps to reproduce
events/ticket/checkin
with aPurchasedTicket
sku.events_puchasedTickets
table to verify thatcheckedIn
isnull
andcheckedInDate
isnull
Additional info