...
|
...
|
@@ -18,7 +18,7 @@ public class OfflinePaymentResponse extends PaymentResponse { |
|
|
offlinePaymentResponse.setPaymentWay(paymentResponse.getPaymentWay());
|
|
|
offlinePaymentResponse.setDeliveryWay(paymentResponse.getDeliveryWay());
|
|
|
offlinePaymentResponse.setPromotionFormulaList(paymentResponse.getPromotionFormulaList());
|
|
|
offlinePaymentResponse.setDamagesDesc(paymentResponse.getDamagesDesc());
|
|
|
offlinePaymentResponse.setDamagesDesc("请确保您可到指定地点进行提货,并在支付前检查商品是否完好。店内购买商品若无质量问题不支持退换。");
|
|
|
|
|
|
return offlinePaymentResponse;
|
|
|
}
|
...
|
...
|
|