Hello Nico,
First of all thanks for the reply. I’ll try to be more specific here then.
My question actually concerns attendees checkin. In fact, I would like to make the “checkin” action on my php code to call this action by API. I have tried to do this like that :
public function checkinEventAction($idAttendee)
{
Tribe__Tickets__RSVP::checkin($idAttendee);
return $this->redirect($this->generateUrl(‘front_admin_event’));
}
But nothing happens with this call. How can I do that ?
Thanks for the support π
Guillaume