2.14.10, 还原jdk8,移除不用字段

This commit is contained in:
zaosheng
2026-01-02 11:01:49 +08:00
parent e1e50f7151
commit 5e2cce681e
25 changed files with 51 additions and 117 deletions

View File

@@ -44,7 +44,6 @@ public class PayPalConfigStorage extends BasePayConfigStorage {
return clientId;
}
@Override
public String getSeller() {
return clientId;
}

View File

@@ -64,7 +64,7 @@ import com.egzosn.pay.paypal.v2.utils.PayPalUtil;
* @author egan
* <p>
* email egzosn@gmail.com
* date 2021-1-16 22:15:09
* date 2021-1-16 22:15:09
*/
public class PayPalPayService extends BasePayService<PayPalConfigStorage> implements PayPalPayServiceInf {