mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-30 20:02:52 +03:00
extend api response of "services" of data of field "color"
This commit is contained in:
parent
e45fcf30b5
commit
e5ba174ce3
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ class Services_model extends EA_Model
|
|||
'duration' => (int) $service['duration'],
|
||||
'price' => (float) $service['price'],
|
||||
'currency' => $service['currency'],
|
||||
'color' => $service['color'],
|
||||
'description' => $service['description'],
|
||||
'location' => $service['location'],
|
||||
'availabilitiesType' => $service['availabilities_type'],
|
||||
|
|
Loading…
Reference in a new issue