mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-31 04:49:54 +08:00
移除过时方法,工具类迁移
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user