Merge branch 'hotfix/cartcoin' into 'master'
order-ensure-yohocoin See merge request !889
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -20,7 +20,7 @@ exports.cartPayAPI = (params) => { | @@ -20,7 +20,7 @@ exports.cartPayAPI = (params) => { | ||
20 | method: params.activityInfo ? 'app.Shopping.easyPayment' : 'app.Shopping.payment', | 20 | method: params.activityInfo ? 'app.Shopping.easyPayment' : 'app.Shopping.payment', |
21 | enable_red_envelopes: 0, // h5不返回红包 | 21 | enable_red_envelopes: 0, // h5不返回红包 |
22 | cart_type: params.cart_type, | 22 | cart_type: params.cart_type, |
23 | - yoho_coin_mode: params.yoho_coin_mode, | 23 | + yoho_coin_mode: params.yoho_coin_mode || 0, |
24 | uid: params.uid | 24 | uid: params.uid |
25 | }; | 25 | }; |
26 | 26 |
-
Please register or login to post a comment