mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-09-03 05:24:28 +08:00
订单属性接口化,暂时用做自定义属性使用,下一步具体化支付订单对象
This commit is contained in:
@@ -175,7 +175,7 @@ public class YiJiPayService extends BasePayService<YiJiPayConfigStorage> {
|
||||
if (null != order.getCurType()){
|
||||
orderInfo.put("currency", order.getCurType());
|
||||
}
|
||||
|
||||
orderInfo.putAll(order.getAttr());
|
||||
return preOrderHandler(orderInfo, order);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user