mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-08 02:17:20 +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());
|
||||
params.putAll(order.getAttrs());
|
||||
return preOrderHandler(params, order);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user