Reffere hx

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-23 08:36:32 -04:00
parent 57c7567931
commit 3e53281ac5
9 changed files with 77 additions and 3 deletions
+3
View File
@@ -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;
}