Commit b82c1133 authored by Kulya's avatar Kulya 😊

Begin adding Client to Billz 15

parent 4e3b2d71
......@@ -808,7 +808,7 @@ class AloVoiceRest
ALVC::eLog($arClientParams,"------ Billz :: Client Add PARAMS:");
$clientAddRes = BillzRest::createClient($arClientParams);
$clientAddRes = BillzRest::createClient($arClientParams)["result"];
ALVC::eLog($clientAddRes,"------ Billz :: Client Add RES:");
}
}
......
......@@ -198,7 +198,6 @@ require_once (__DIR__.'/keys.php');
'jsonrpc' => '2.0',
'method' => $method,
'params' => $params,
'id' => "222",
];
$sendData = json_encode($arData);
......
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