Showing
1 changed file
with
1 additions
and
1 deletions
@@ -18,7 +18,7 @@ public class OfflinePaymentResponse extends PaymentResponse { | @@ -18,7 +18,7 @@ public class OfflinePaymentResponse extends PaymentResponse { | ||
18 | offlinePaymentResponse.setPaymentWay(paymentResponse.getPaymentWay()); | 18 | offlinePaymentResponse.setPaymentWay(paymentResponse.getPaymentWay()); |
19 | offlinePaymentResponse.setDeliveryWay(paymentResponse.getDeliveryWay()); | 19 | offlinePaymentResponse.setDeliveryWay(paymentResponse.getDeliveryWay()); |
20 | offlinePaymentResponse.setPromotionFormulaList(paymentResponse.getPromotionFormulaList()); | 20 | offlinePaymentResponse.setPromotionFormulaList(paymentResponse.getPromotionFormulaList()); |
21 | - offlinePaymentResponse.setDamagesDesc(paymentResponse.getDamagesDesc()); | 21 | + offlinePaymentResponse.setDamagesDesc("请确保您可到指定地点进行提货,并在支付前检查商品是否完好。店内购买商品若无质量问题不支持退换。"); |
22 | 22 | ||
23 | return offlinePaymentResponse; | 23 | return offlinePaymentResponse; |
24 | } | 24 | } |
-
Please register or login to post a comment