Manager offers liist
This commit is contained in:
@@ -80,6 +80,7 @@ class WrenchApi extends BaseController
|
||||
'refferhx' => ['POST'],
|
||||
'accounttypes' => ['POST'],
|
||||
'jobmanagerlist' => ['POST'],
|
||||
'jobmanageroffers'=> ['POST'],
|
||||
'profilepasschange' => ['POST'],
|
||||
'starttopup' => ['POST'],
|
||||
];
|
||||
@@ -88,6 +89,9 @@ class WrenchApi extends BaseController
|
||||
|
||||
private function prepareEndPointData($endpoint, $in, &$call_backend=true,&$local_out=[]){
|
||||
switch ($endpoint) {
|
||||
case 'jobmanageroffers':
|
||||
$in["action"] = WRENCHBOARD_JOB_OFFERS;
|
||||
break;
|
||||
case 'stepresetpass':
|
||||
if($in['step']==300){
|
||||
$in["action"] = WRENCHBOARD_COMPLETE_PASSWORDRESET;
|
||||
|
||||
Reference in New Issue
Block a user