due date
This commit is contained in:
@@ -14,6 +14,8 @@ define('WRB_CRONJOB_TESTNOTIFICATIONS', 779);
|
||||
define('WRB_CRONJOB_SCHEULETRANSFER', 780);
|
||||
define('WRB_CRONJOB_PROCESSTRANSFER', 781);
|
||||
|
||||
define('WRB_CRONJOB_AUTO_OFFEREXPIRE', 785);
|
||||
|
||||
define('WRB_CRONJOB_PENDINGSM', 790) ;
|
||||
|
||||
class AirFlow extends BaseController
|
||||
@@ -49,7 +51,16 @@ class AirFlow extends BaseController
|
||||
// return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
//
|
||||
public function flowOfferMissed(){
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$in["action"] = WRB_CRONJOB_AUTO_OFFEREXPIRE;
|
||||
$out =[];
|
||||
log_message('critical', "AirFlow::flowOfferMissed ********* ALL ".serialize($in) );
|
||||
$ret['WRB_CRONJOB_AUTO_OFFEREXPIRE'] = (new \App\Models\BackendModel())->wrenchboard_api($in, $out);
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
public function flowInterestcount(){
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
|
||||
Reference in New Issue
Block a user