Commit 2219f4c8 by 顔無の月

pre test

parent 5a9b76cb
...@@ -260,6 +260,10 @@ public class CreateOrderAdapter { ...@@ -260,6 +260,10 @@ public class CreateOrderAdapter {
orderInfo.setOrder_token(orderPayResponse.getThirdOrderToken()); orderInfo.setOrder_token(orderPayResponse.getThirdOrderToken());
createOrderResponseVo.setOrderInfo(orderInfo); createOrderResponseVo.setOrderInfo(orderInfo);
} }
// 随行付支付通道返回的endTransId无法满足一元捐插件,支付接口新增返回channelPayId字段作为商户单号使用
createOrderResponseVo.setOutTradeNo(orderPayResponse.getChannelPayId());
// todo delete
System.out.println("OrderAdapter:" + orderPayResponse.getChannelPayId());
return createOrderResponseVo; return createOrderResponseVo;
} }
...@@ -1506,4 +1510,4 @@ public class CreateOrderAdapter { ...@@ -1506,4 +1510,4 @@ public class CreateOrderAdapter {
} }
} }
\ No newline at end of file
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