移除过时方法,工具类迁移

This commit is contained in:
egan
2021-08-01 23:33:02 +08:00
parent d40efb21c5
commit 4d1ad05fa8
19 changed files with 113 additions and 188 deletions

View File

@@ -348,11 +348,6 @@ public class PayPalPayService extends BasePayService<PayPalConfigStorage> {
return resp;
}
@Deprecated
@Override
public Map<String, Object> downloadbill(Date billDate, String billType) {
return Collections.emptyMap();
}
@Override

View File

@@ -439,7 +439,6 @@ public class PayPalPayService extends BasePayService<PayPalConfigStorage> implem
* }
*
* </pre>
*
*/
@Override
public Map<String, Object> getCapture(String captureId) {
@@ -491,13 +490,6 @@ public class PayPalPayService extends BasePayService<PayPalConfigStorage> implem
return resp;
}
@Deprecated
@Override
public Map<String, Object> downloadbill(Date billDate, String billType) {
return Collections.emptyMap();
}
public Map<String, Object> downloadBill(Date billDate, BillType billType) {
return Collections.emptyMap();
}