Commit aae76cdc by 周晓航

蜜雪->支付信息详情变动 新增2227商户用于测试

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 21b53524
...@@ -124,7 +124,7 @@ public class OrderCommonService { ...@@ -124,7 +124,7 @@ public class OrderCommonService {
// 2227 测试商户号, 下个版本需要删除 // 2227 测试商户号, 下个版本需要删除
if ("2080".equals(orderBean.getCompanyId()) || "2227".equals(orderBean.getCompanyId())) { if ("2080".equals(orderBean.getCompanyId()) || "2227".equals(orderBean.getCompanyId())) {
//【ID1035981】【蜜雪冰城】订单C端,拼接order_body字段:蜜雪冰城+门店编号 //【ID1035981】【蜜雪冰城】订单C端,拼接order_body字段:蜜雪冰城+门店编号
paymentRequest.setPrincipalName("蜜雪冰城"+orderBean.getShopId()); paymentRequest.setPrincipalName("蜜雪冰城"+orderBean.getShopId()+"店");
} }
paymentRequest.setReverseNotifyiDcUrl(reverseNotifyiDcUrl); paymentRequest.setReverseNotifyiDcUrl(reverseNotifyiDcUrl);
//修改订单信息 //修改订单信息
......
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