call action added
This commit is contained in:
@@ -54,7 +54,8 @@ class AirFlow extends BaseController
|
||||
public function flowOfferMissed(){
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$in["action"] = WRB_CRONJOB_AUTO_OFFEREXPIRE;
|
||||
$in["action"] = WRB_CRONJOB_AUTO_OFFEREXPIRE; //WRB_CRONJOB_AUTO_OFFEREXPIRE
|
||||
$in["call_action"] = $in["action"];
|
||||
$out =[];
|
||||
log_message('critical', "AirFlow::flowOfferMissed ********* ALL ".serialize($in) );
|
||||
$ret['WRB_CRONJOB_AUTO_OFFEREXPIRE'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
||||
|
||||
Reference in New Issue
Block a user