Commit bfca0a37 authored by Kulya's avatar Kulya 😊

Begin adding Client to Billz 4

parent 7091e3f8
......@@ -806,7 +806,8 @@ class AloVoiceRest
private function set_orders_last_update() {
$ordTimeFile = __DIR__."/orderlasttime";
$ldatetime = date("c");
file_put_contents($ordTimeFile,$ldatetime);
$resSet = file_put_contents($ordTimeFile,$ldatetime);
ALVC::eLog($resSet,"------ Billz :: Set last UPD time:[".$ordTimeFile.' -->> '.$ldatetime."]");
}
private function get_orders_last_update() {
$ordTimeFile = __DIR__."/orderlasttime";
......
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