Add missing customer data from stripped array

This commit is contained in:
Alex Tselegidis 2022-03-04 18:04:53 +01:00
parent d949abb004
commit 293f4fe663
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,8 @@ class Appointments extends EA_Controller {
'id' => $customer['id'],
'first_name' => $customer['first_name'],
'last_name' => $customer['last_name'],
'email' => $customer['email'],
'phone_number' => $customer['phone_number'],
'timezone' => $customer['timezone'],
'address' => $customer['address'],
'city' => $customer['city'],