Commit 33ed8827 by zhiheng.zhang

混合支付

parent bfd80999
......@@ -261,10 +261,6 @@ public class OrderSdkAdapter {
if (null != requestVO && null != requestVO.getOtherInfo()) {
request.setExtInfo(JSONObject.toJSONString(requestVO.getOtherInfo()));
}
//订单重量
Double orderWeight = sumOrderWeight(requestVO.getProducts());
request.setWeight(orderWeight);
request.setOrderPayItemCreateReqList(requestVO.getOrderPayItemCreateReqList());
return request;
}
......
......@@ -256,8 +256,6 @@ public class OrderServiceImpl implements Orderservice {
@Autowired
private OfflineCouponSdkService offlineCouponSdkService;
@Autowired
private DeliveryFeiginClient deliveryFeiginClient;
@Autowired
private PaymentApplicationClient paymentApplicationClient;
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment