From eb863ea044892e88db36ab15c3931aa0e899a24c Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 23 Jan 2023 07:50:13 +0100 Subject: [PATCH] Add missing API fields to Appointments_model.php --- application/models/Appointments_model.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/models/Appointments_model.php b/application/models/Appointments_model.php index a4a8df30..7519e0fe 100644 --- a/application/models/Appointments_model.php +++ b/application/models/Appointments_model.php @@ -41,7 +41,9 @@ class Appointments_model extends EA_Model { 'status' => 'status', 'notes' => 'notes', 'hash' => 'hash', + 'serviceId' => 'id_services', 'providerId' => 'id_users_provider', + 'customerId' => 'id_users_customer', 'googleCalendarId' => 'id_google_calendar', ];