Merge branch 'hotfix/toFixed' into 'master'
toFixed See merge request !1001
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -347,7 +347,7 @@ function coupon(count, orderInfo, orderComputeData) { | @@ -347,7 +347,7 @@ function coupon(count, orderInfo, orderComputeData) { | ||
347 | info: '' | 347 | info: '' |
348 | }; | 348 | }; |
349 | 349 | ||
350 | - let couponAmount = _.get(orderComputeData, 'coupon_amount', false); | 350 | + let couponAmount = _.get(orderComputeData, 'coupon_amount', 0); |
351 | 351 | ||
352 | if (_.get(orderInfo, 'usable_usual_code', null)) { | 352 | if (_.get(orderInfo, 'usable_usual_code', null)) { |
353 | coupons.selectedAmount++; | 353 | coupons.selectedAmount++; |
-
Please register or login to post a comment