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
b6779f3194560cb1cca7c4e2f68160f05ba7c263
1 parent
bb266daf
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 @
b6779f3
...
...
@@ -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