export function wixBookings_onBookingConfirmed(event) {
console.log(event)
}
export function wixBookings_onBookingRequestCreated(event) {
console.log(event)
}
I am just trying to perform some functions on wix booking events but there are no logs as well… not sure why.