Commit f428eb03 authored by Kulya's avatar Kulya 😊

Change001

parent 4506f46f
......@@ -413,9 +413,10 @@ class AloVoiceRest
private function billz_catalog_synch($r=false) {
$p=1;
$stp = (!empty($r["step"])) ? $r["step"] : 1;
$loadedCnt = 0;
$first = BillzRest::getCatalog(1100,2);
$first = BillzRest::getCatalog($stp,2);
if(!empty($first["answer"]["result"]["data"]["total"])){
$totalCnt = $first["answer"]["result"]["data"]["total"];
}
......
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