Trasfer automation

This commit is contained in:
CHIEFSOFT\ameye
2024-02-03 09:07:24 -05:00
parent ea9b7d017e
commit a58bcf551f
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -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');
+6
View File
@@ -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;