verbb / events

Craft CMS Plugin for events management and ticketing.
Other
22 stars 13 forks source link

Check in broken on v1.1.6 #33

Closed russback closed 4 years ago

russback commented 5 years ago

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

  1. Post to events/ticket/checkin with a PurchasedTicket sku.
  2. Inspect the events_puchasedTickets table to verify that checkedIn is null and checkedInDate is null

Additional info

engram-design commented 4 years ago

Fixed in 1.1.7