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
Rock Zhang
2016-04-25 22:30:26 +0800
Commit
03aa2f26d138250a26b704f499f0ca4e6fec838b
1 parent
ef8ebd94
添加银联支付的log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
library/WebPlugin/Pay/Unionpayweb/Service.php
library/WebPlugin/Pay/Unionpayweb/Service.php
View file @
03aa2f2
...
...
@@ -35,6 +35,8 @@ class Service extends PayAbstract
*/
public
function
parseResponse
(
array
$package
)
{
$this
->
log
->
LogInfo
(
var_export
(
$package
,
true
));
$verify
=
false
;
$responseData
=
new
Rspparams
();
...
...
Please
register
or
login
to post a comment