Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iwl-live
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anthony.Suerte
iwl-live
Commits
7915e3fa
Commit
7915e3fa
authored
Oct 09, 2021
by
borggss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CCD deposit update [UI]
parent
1810a758
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
tmp_deposit_input.php
en/template/tmp_deposit_input.php
+3
-0
model.php
logic/deposit/model.php
+1
-1
No files found.
en/template/tmp_deposit_input.php
View file @
7915e3fa
...
...
@@ -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'
;
...
...
logic/deposit/model.php
View file @
7915e3fa
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment