Commit 7091e3f8 authored by Kulya's avatar Kulya 😊

Begin adding Client to Billz 3

parent 3216a662
......@@ -713,11 +713,14 @@ class AloVoiceRest
$orders_last_update = self::get_orders_last_update(); //"2021-12-10T18:46:50+05:00";
$sFilter[">dateUpdate"] = $orders_last_update; //"2021-12-10T18:46:50+05:00";
}
$res = BxRest::call("sale.order.list",[
$orderSearchParams = [
"select"=>["id"], //,"price","accountNumber","dateUpdate"],
"filter"=>$sFilter
]);
];
ALVC::eLog($orderSearchParams,"------ AloVoiceRest :: Order Search PARAMS:");
$res = BxRest::call("sale.order.list",);
$arResOrders = [];
if(!empty($res["result"]["orders"])){
......
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