Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
11607c98ddabe9b854adc4578586b0a85df7f107
1 parent
0d3c04dc
bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Shopping/Payment.php
yohobuy/www.yohobuy.com/application/models/Shopping/Payment.php
View file @
11607c9
...
...
@@ -238,7 +238,7 @@ class PaymentModel
$fraudData
=
IndexData
::
getResourceData
(
self
::
FRAUD_CONTENT_CODE
);
if
(
!
empty
(
$fraudData
[
'data'
]))
{
foreach
(
$fraudData
[
'data'
]
)
as
$info
)
{
foreach
(
$fraudData
[
'data'
]
as
$info
)
{
if
(
$info
[
'template_name'
]
===
'text'
&&
!
empty
(
$info
[
'data'
][
'text'
]))
{
$result
=
$info
[
'data'
][
'text'
];
}
...
...
Please
register
or
login
to post a comment