Trasfer automation
This commit is contained in:
@@ -239,6 +239,7 @@ $routes->get('/en/wrench/api/v1/cron_jobalerts', 'WrenchCrons::jobalerts
|
||||
$routes->get('/en/wrench/api/v1/notifications', 'WrenchCrons::cron_notifications');
|
||||
$routes->get('/en/wrench/api/v1/offersreminders', 'WrenchCrons::offersreminders');
|
||||
$routes->get('/en/wrench/api/v1/groupoffer', 'WrenchCrons::groupoffer');
|
||||
$routes->get('/en/wrench/api/v1/tranfercrons', 'WrenchCrons::tranfercrons');
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -102,6 +102,12 @@ class WrenchCrons extends BaseController
|
||||
return $this->response->setJson($out);
|
||||
}
|
||||
|
||||
public function tranfercrons(){
|
||||
$out = array();
|
||||
|
||||
return $this->response->setJson($out);
|
||||
}
|
||||
|
||||
public function offersreminders(){
|
||||
log_message('critical', "WrenchCrons ===> offersreminders ******** 0001");
|
||||
$in["action"] =WRB_JOB_CRONJOB;
|
||||
|
||||
Reference in New Issue
Block a user