mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-09 04:25:54 +08:00
增加预订单回调处理,用于扩展信息
This commit is contained in:
@@ -185,7 +185,7 @@ public class PayoneerPayService extends BasePayService<PayoneerConfigStorage> im
|
||||
params.put("currency", order.getCurType());
|
||||
params.put("description", order.getSubject());
|
||||
|
||||
return params;
|
||||
return preOrderHandler(params, order);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user