[SOS] checkoutBooking() not working suddenly

since wsBooking App updated on 28 Aug 2022,
calling checkoutBooking() returned errors: [{code: 400, message: {}}]

        const bookingInfo = {
            slot: _selectedSlot,
            formFields: formFields
        }
	 wixBookings.checkoutBooking(bookingInfo)
            .then(checkoutResult => {   displayResult() })
	  .error => { displayError();}

Any one can help ?

Same here. Everything was fine until this week… Any updates?

Looks like wix fixed the problem. I did not touch my code and everything works again