diff --git a/src/Controller/RAPIController.php b/src/Controller/RAPIController.php index c035d51b..e6610a61 100644 --- a/src/Controller/RAPIController.php +++ b/src/Controller/RAPIController.php @@ -376,7 +376,7 @@ class RAPIController extends Controller 'title' => $cust->getTitle(), 'first_name' => $cust->getFirstName(), 'last_name' => $cust->getLastName(), - 'phone_mobile' => $cust->getPhoneMobile(), + 'phone_mobile' => '63' . $cust->getPhoneMobile(), ], 'vehicle' => [ 'manufacturer' => $v->getManufacturer()->getName(),