Trip Model call
This commit is contained in:
@@ -206,8 +206,14 @@ private function testCards(){
|
||||
|
||||
case '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;
|
||||
|
||||
case 'refreshsession':
|
||||
|
||||
Reference in New Issue
Block a user