mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-21 00:16:13 +08:00
订单属性接口化,暂时用做自定义属性使用,下一步具体化支付订单对象
This commit is contained in:
@@ -184,7 +184,7 @@ public class PayoneerPayService extends BasePayService<PayoneerConfigStorage> im
|
||||
}
|
||||
params.put("currency", order.getCurType());
|
||||
params.put("description", order.getSubject());
|
||||
|
||||
params.putAll(order.getAttr());
|
||||
return preOrderHandler(params, order);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user