Commit 280d6122 authored by Kulya's avatar Kulya 😊

Begin adding Client to Billz 16

parent b82c1133
......@@ -808,8 +808,11 @@ class AloVoiceRest
ALVC::eLog($arClientParams,"------ Billz :: Client Add PARAMS:");
$clientAddRes = BillzRest::createClient($arClientParams)["result"];
$clientAddRes = BillzRest::createClient($arClientParams);
ALVC::eLog($clientAddRes,"------ Billz :: Client Add RES:");
if(!empty($clientAddRes["result"]["clientId"])){
$blzClientID = $clientAddRes["result"]["clientId"];
}
}
}
......
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