Commit 0ee54484 authored by Antonio.Suerte's avatar Antonio.Suerte

CPS Disabled

parent 02533484
...@@ -1655,7 +1655,7 @@ class Common extends HtmlBuilder { ...@@ -1655,7 +1655,7 @@ class Common extends HtmlBuilder {
'lang' => VAL_STR_LBTF3_DISPLAY_LANG); 'lang' => VAL_STR_LBTF3_DISPLAY_LANG);
} }
if($this -> getColumnData($row, COLUMN_TEST_ACCOUNT_FLG) == 1){ if(in_array($this->getUserData(PARAM_USER_ACCOUNT), $grantDeposit -> CCD) || $accountType == 0){
$rtn[] = array( $rtn[] = array(
'name' => VAL_STR_CCDEPOSIT_NAME, 'name' => VAL_STR_CCDEPOSIT_NAME,
'logo' => VAL_STR_CCDEPOSIT_LOGO, 'logo' => VAL_STR_CCDEPOSIT_LOGO,
...@@ -1671,16 +1671,15 @@ class Common extends HtmlBuilder { ...@@ -1671,16 +1671,15 @@ class Common extends HtmlBuilder {
'fee' => VAL_STR_JPV_FEE, 'fee' => VAL_STR_JPV_FEE,
'lang' => VAL_STR_JPV_DISPLAY_LANG); 'lang' => VAL_STR_JPV_DISPLAY_LANG);
// temporarily disabled
if(in_array($this->getUserData(PARAM_USER_ACCOUNT), $grantDeposit -> CPS) || ($accountType == 0)){ // if(in_array($this->getUserData(PARAM_USER_ACCOUNT), $grantDeposit -> CPS) || $accountType == 0){
$rtn[] = array( // $rtn[] = array(
'name' => VAL_STR_CPS_NAME, // 'name' => VAL_STR_CPS_NAME,
'logo' => VAL_STR_CPS_LOGO, // 'logo' => VAL_STR_CPS_LOGO,
'fee' => VAL_STR_CPS_FEE, // 'fee' => VAL_STR_CPS_FEE,
'method' => VAL_STR_CPS_METHOD, // 'method' => VAL_STR_CPS_METHOD,
'lang' => VAL_STR_CPS_DISPLAY_LANG); // 'lang' => VAL_STR_CPS_DISPLAY_LANG);
} // }
$rtn[] = array( $rtn[] = array(
'name' => VAL_STR_H2P_NAME, 'name' => VAL_STR_H2P_NAME,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment