Commit b82c1133 authored by Kulya's avatar Kulya 😊

Begin adding Client to Billz 15

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