mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-14 17:57:25 +08:00
增加支付订单泛型用于开发者扩展订单参数信息
This commit is contained in:
@@ -29,7 +29,7 @@ import java.util.concurrent.locks.Lock;
|
||||
* email egzosn@gmail.com
|
||||
* date 2018-4-8 22:15:09
|
||||
*/
|
||||
public class PayPalPayService extends BasePayService<PayPalConfigStorage>{
|
||||
public class PayPalPayService extends BasePayService<PayPalConfigStorage, PayOrder>{
|
||||
|
||||
/**
|
||||
* 沙箱环境
|
||||
|
||||
Reference in New Issue
Block a user