Reffere hx
This commit is contained in:
@@ -50,6 +50,7 @@ $endpoints = array(
|
||||
'myjobs' => array('POST'),
|
||||
'recipients' => array('POST'),
|
||||
'sendreferral' => array('POST'),
|
||||
'refferhx' => array('POST'),
|
||||
);
|
||||
|
||||
$call_backend = true; // sometimes we need to overwite the call to the extenstion API
|
||||
@@ -297,6 +298,8 @@ switch ($endpoint) {
|
||||
case WRENCHBOARD_ACCOUNT_COUNTRY_COMBO: break ; // 11179);
|
||||
case WRENCHBOARD_ACCOUNT_JOB_COUNTRY: break ; // 11181);
|
||||
case 'sendreferral': $in["action"] =WRENCHBOARD_ACCOUNT_SENDREFER; break;
|
||||
case 'refferhx': $in["action"] =WRENCHBOARD_ACCOUNT_REFFERHX; break;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user