REST API Booking issue
-
Hi,
There is a problem with the bookings API in relation to the availability API.
For example let’s say I have no free slots, when a reservation is canceled I should find 1 free slot. However, when I call
/availability/booking/date
thesuggestedDate
parameter I get back an incorrect date.If it helps I think the problem is with the
cache
, more specifically in the database tablewp_options
whereoption_name
issalon_cache
. I assume it is a problem related mainly to the appointment removal API.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘REST API Booking issue’ is closed to new replies.