Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
2016-04-25 22:36:48 +0800
Commit
e7bde876f860bfb513d01208ba81c187a4e44583
1 parent
03aa2f26
修复银联支付不能成功的bug
Code Review By Rock Zhang
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/WebPlugin/Pay/Unionpayweb/Service.php
library/WebPlugin/Pay/Unionpayweb/Service.php
View file @
e7bde87
...
...
@@ -54,7 +54,7 @@ class Service extends PayAbstract
if
(
$verify
)
{
//更改订单状态
$responseData
->
orderCode
=
$package
[
'orderId'
];
$responseData
->
payResult
=
0
;
$responseData
->
payResult
=
20
0
;
$responseData
->
payTime
=
time
();
$responseData
->
totalFee
=
$package
[
'txnAmt'
]
*
0.01
;
$responseData
->
bankName
=
''
;
...
...
Please
register
or
login
to post a comment