Commit 7915e3fa authored by borggss's avatar borggss

CCD deposit update [UI]

parent 1810a758
......@@ -57,6 +57,9 @@ include_once('template/base_head.php');
}else if($value['method'] == 'CPS'){
$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'){
$tmpStr = 'EUR '.CASHFLOW_RISK_FEE_EUR.' per deposit';
......
......@@ -3101,7 +3101,7 @@ class DepositModelClass extends ModelClassEx {
}
function newTag($methods){
$newMethods = array('BIT','H2P','CPS','JPV', 'UNIONPAY');
$newMethods = array('CCD');
if(in_array($methods,$newMethods)){
$class = "class='newtag'";
}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