Commit a0be02f1 authored by Antonio.Suerte's avatar Antonio.Suerte

CPS Disabled

parent b81472ac
...@@ -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