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