Trip Model call
This commit is contained in:
@@ -207,7 +207,13 @@ private function testCards(){
|
|||||||
case 'getsavedtrips':
|
case 'getsavedtrips':
|
||||||
$inx['action'] = SAVVY_USER_GETSAVEDTRIPS;
|
$inx['action'] = SAVVY_USER_GETSAVEDTRIPS;
|
||||||
|
|
||||||
|
$this->logArray($inx);
|
||||||
|
log_message('critical', "INTO -- API-WAS CALLED ************************************ =>".$endpoint );
|
||||||
|
$trips = new \App\Models\userTrips();
|
||||||
|
$outX["action"] = $inx["action"];
|
||||||
|
$trips->savvyLoadSavedTrips($inx, $outX);
|
||||||
|
$res = $this->processOutJson($outX, $outX);
|
||||||
|
log_message('critical', "OUT API-WAS CALLED getsavedtrips************************************ =>".$endpoint );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'refreshsession':
|
case 'refreshsession':
|
||||||
|
|||||||
Reference in New Issue
Block a user