Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
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
郭成尧
8 years ago
Commit
998b11b67cbc4b818a3216a80bbb7b1d51251676
2 parents
8a41cfc9
48d60639
Merge branch 'feature/buynow' into 'release/5.8.1'
paymentType See merge request
!687
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/cart/controllers/buy-now-controller.js
apps/cart/controllers/buy-now-controller.js
View file @
998b11b
...
...
@@ -86,6 +86,7 @@ class BuyNowController {
orderInfo
.
deliveryTimeId
=
orderInfo
.
delivery_time
;
orderInfo
.
couponCode
=
orderInfo
.
coupon_code
;
orderInfo
.
yohoCoin
=
orderInfo
.
use_yoho_coin
;
orderInfo
.
paymentType
=
orderInfo
.
payment_type
;
let
orderEnsure
=
_
.
assign
(
paymentProcess
.
tranformPayment
(
result
.
data
,
orderInfo
,
null
,
null
,
computeData
.
data
),
...
...
Please
register
or
login
to post a comment