diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 7c741b8..6b279e3 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -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':