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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
7 years ago
Commit
e61eed988120ce3cc905522c00e4c7d9b8af9d9e
1 parent
7f2e2238
buy-now
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/cart/controllers/buy-now-controller.js
apps/cart/controllers/buy-now-controller.js
View file @
e61eed9
...
...
@@ -111,7 +111,7 @@ class BuyNowController {
}
});
if
(
!
orderInfo
.
coupon_code
&&
autoSelectCouponCodeStr
)
{
if
(
orderInfo
.
user_check_coupon
!==
'Y'
&&
autoSelectCouponCodeStr
)
{
orderInfo
.
coupon_code
=
autoSelectCouponCodeStr
;
res
.
cookie
(
'order-info'
,
JSON
.
stringify
(
orderInfo
),
actCkOpthn
);
}
...
...
Please
register
or
login
to post a comment