Commit 4e3b2d71 authored by Kulya's avatar Kulya 😊

Begin adding Client to Billz 14

parent 5b791e0f
......@@ -802,7 +802,8 @@ class AloVoiceRest
$arClientParams['lastName'] = $contact["SECOND_NAME"];
}
if(!empty( $contact["BIRTHDATE"] )){
$arClientParams['birthDate'] = $contact["BIRTHDATE"];
$arBdate = explode("T",$contact["BIRTHDATE"]);
$arClientParams['birthDate'] = $arBdate[0];
}
ALVC::eLog($arClientParams,"------ Billz :: Client Add PARAMS:");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment