easyappointments/application/controllers/api/v1
om-ha a17c234698
FIX Providers API incorrect array_key_exists
- `array_key_exists` should search for they key `working_plan` within `$provider['settings']` and not `$provider['settings']['working_plan']`
2021-08-28 14:50:01 +03:00
..
Admins.php Additional check for the provided user props via the API 2020-12-17 16:49:04 +02:00
API_V1_Controller.php
Appointments.php
Availabilities.php The availabilities API controller must use the Availability library (this change will also fix the PHP error, when processing a service with multiple attendants) (#990) 2021-01-27 13:40:01 +01:00
Categories.php
Customers.php
index.html
Providers.php FIX Providers API incorrect array_key_exists 2021-08-28 14:50:01 +03:00
Secretaries.php Additional check for the provided user props via the API 2020-12-17 16:49:04 +02:00
Services.php
Settings.php
Unavailabilities.php