extend api response of "services" of data of field "color"

This commit is contained in:
Clemens Neubauer 2024-08-14 15:06:06 +00:00
parent e45fcf30b5
commit e5ba174ce3

View file

@ -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'],