Authored by chenjian

Merge branch 'hotfix-20191028' into test6.9.14

@@ -20,6 +20,8 @@ public class OfflinePaymentResponse extends PaymentResponse { @@ -20,6 +20,8 @@ public class OfflinePaymentResponse extends PaymentResponse {
20 offlinePaymentResponse.setPromotionFormulaList(paymentResponse.getPromotionFormulaList()); 20 offlinePaymentResponse.setPromotionFormulaList(paymentResponse.getPromotionFormulaList());
21 offlinePaymentResponse.setRecommendedCouponInfo(paymentResponse.getRecommendedCouponInfo()); 21 offlinePaymentResponse.setRecommendedCouponInfo(paymentResponse.getRecommendedCouponInfo());
22 offlinePaymentResponse.setCouponList(paymentResponse.getCouponList()); 22 offlinePaymentResponse.setCouponList(paymentResponse.getCouponList());
  23 + offlinePaymentResponse.setPromotionList(paymentResponse.getPromotionList());
  24 + offlinePaymentResponse.setPromotionTips(paymentResponse.getPromotionTips());
23 offlinePaymentResponse.setDamagesDesc("店内闪购:请确保您可到指定地点进行提货,并在支付前检查商品是否完好。店内购买商品若无质量问题不支持退换。"); 25 offlinePaymentResponse.setDamagesDesc("店内闪购:请确保您可到指定地点进行提货,并在支付前检查商品是否完好。店内购买商品若无质量问题不支持退换。");
24 26
25 return offlinePaymentResponse; 27 return offlinePaymentResponse;