Commit 7e56ffa4 by Jansa Jose

getbank

parent fc6539c9
......@@ -6428,7 +6428,7 @@ print_r(date('H:i',$ms));exit();*/
else{
$totalPages = 1;
}
if($result != ''){
if($result['status'] != 'failed'){
foreach (array_slice($result['data'],$start,$per_page) as $key => $value) {
array_push($bankArray, $value);
......
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