Commit 7915e3fa authored by borggss's avatar borggss

CCD deposit update [UI]

parent 1810a758
...@@ -57,6 +57,9 @@ include_once('template/base_head.php'); ...@@ -57,6 +57,9 @@ include_once('template/base_head.php');
}else if($value['method'] == 'CPS'){ }else if($value['method'] == 'CPS'){
$tmpStr3 = '<br><span class="red">*Available Cryptocurrency: BTC, XRP, LTC, BCH, ETH, DASH, ZEC</span>'; $tmpStr3 = '<br><span class="red">*Available Cryptocurrency: BTC, XRP, LTC, BCH, ETH, DASH, ZEC</span>';
} }
else if($value['method'] == 'CCD'){
$tmpStr3 = '<br><span class="red">*Supports Visa and MasterCard</span>';
}
if($value['method'] == 'CARDPAY'){ if($value['method'] == 'CARDPAY'){
$tmpStr = 'EUR '.CASHFLOW_RISK_FEE_EUR.' per deposit'; $tmpStr = 'EUR '.CASHFLOW_RISK_FEE_EUR.' per deposit';
......
...@@ -3101,7 +3101,7 @@ class DepositModelClass extends ModelClassEx { ...@@ -3101,7 +3101,7 @@ class DepositModelClass extends ModelClassEx {
} }
function newTag($methods){ function newTag($methods){
$newMethods = array('BIT','H2P','CPS','JPV', 'UNIONPAY'); $newMethods = array('CCD');
if(in_array($methods,$newMethods)){ if(in_array($methods,$newMethods)){
$class = "class='newtag'"; $class = "class='newtag'";
}else{ }else{
......
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