Country banks

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-23 09:01:27 -04:00
parent 3e53281ac5
commit 8ee297715c
8 changed files with 50 additions and 6 deletions
+2
View File
@@ -30,6 +30,7 @@ $endpoints = array(
'couponhx' => array('POST'),
'getjob' => array('POST'),
'mybanklist' => array('POST'),
'countrybanks' => array('POST'),
'sendmoney' => array('POST'),
'sendinterest' => array('POST'),
'sendmoneyfee' => array('POST'),
@@ -299,6 +300,7 @@ switch ($endpoint) {
case WRENCHBOARD_ACCOUNT_JOB_COUNTRY: break ; // 11181);
case 'sendreferral': $in["action"] =WRENCHBOARD_ACCOUNT_SENDREFER; break;
case 'refferhx': $in["action"] =WRENCHBOARD_ACCOUNT_REFFERHX; break;
case 'countrybanks': $in["action"] =WRENCHBOARD_ACCOUNT_COUNTRY_BANKS; break;
}