Migrated from Redmine #219 | Author: Dan Dev Status: Closed | Priority: High, I’m very impatient | Created: 2018-08-16
Hello!
We’re using Simplybook’s API to make bookings using our own application. Particularly, we use getWorkDaysInfo($start_date, $date_to, 1) function to get information about working days. Yesterday the function worked perfectly, but today, it stoped providing information for the next month. That is, we can get information for each day of the current month, but the function returns an empty array for each day starting from Semtember, 1st.
We didn’t change the code since yesterday, so it’s strange.
we did no changes last days. Please send us raw http request and response to check.
Please also check your settings which can affect availability: min/max time before booking, opening hours, if provider or service was not blocked, etc.
we did no changes last days. Please send us raw http request and response to check.
Please also check your settings which can affect availability: min/max time before booking, opening hours, if provider or service was not blocked, etc.
We’re still not sure what caused the problme, but we changed the code, so that the function isn’t in use now. The version of the code is even more convinient for us.