Authored by chenjian

Merge branch 'hotfix-20191028' into test6.9.14

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