$final_out
This commit is contained in:
@@ -71,9 +71,12 @@ class WrenchBanners extends BaseController
|
||||
$this->saveCache($endpoint,$out,1500);
|
||||
}
|
||||
|
||||
$out["offers_list"] = $this->bannerGetOffers($in);
|
||||
|
||||
return $this->summaryReturnData($in,$out); //json_encode( $final_out );
|
||||
|
||||
$final_out = $this->summaryReturnData($in,$out); //json_encode( $final_out );
|
||||
$final_out["offers_list"] = $this->bannerGetOffers($in);
|
||||
|
||||
return $final_out;
|
||||
}
|
||||
public function apigate(){
|
||||
log_message('critical', "0001");
|
||||
|
||||
Reference in New Issue
Block a user