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
Plain Diff
Browse Files
Authored by
郝肖肖
2016-07-18 17:40:30 +0800
Commit
9f656bcdbe4640010a437a6291cdd6fbe5f2eed5
2 parents
2bea43f8
2b95758d
Merge branch 'release/4.8' of git.yoho.cn:fe/YOHOBUYPC into release/4.8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
library/LibModels/Web/Home/CartData.php
library/LibModels/Web/Home/CartData.php
View file @
9f656bc
...
...
@@ -531,10 +531,7 @@ class CartData
$param
[
'orderCode'
]
=
$orderCode
;
$param
[
'payment'
]
=
$payment
;
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
<<<<<<<
HEAD
return
Yohobuy
::
get
(
Yohobuy
::
API_URL
,
$param
);
=======
return
Yohobuy
::
get
(
API_URL
,
$param
);
>>>>>>>
master
}
}
...
...
Please
register
or
login
to post a comment