Add missing API fields to Appointments_model.php

This commit is contained in:
Alex Tselegidis 2023-01-23 07:50:13 +01:00
parent 04f480c4c6
commit eb863ea044
1 changed files with 2 additions and 0 deletions

View File

@ -41,7 +41,9 @@ class Appointments_model extends EA_Model {
'status' => 'status', 'status' => 'status',
'notes' => 'notes', 'notes' => 'notes',
'hash' => 'hash', 'hash' => 'hash',
'serviceId' => 'id_services',
'providerId' => 'id_users_provider', 'providerId' => 'id_users_provider',
'customerId' => 'id_users_customer',
'googleCalendarId' => 'id_google_calendar', 'googleCalendarId' => 'id_google_calendar',
]; ];