mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Add missing API fields to Appointments_model.php
This commit is contained in:
parent
04f480c4c6
commit
eb863ea044
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue