1、接入paypal
2、修改支付宝支付
This commit is contained in:
@@ -17,4 +17,6 @@ public interface RefundInfoService extends IService<RefundInfo> {
|
||||
RefundInfo createRefundByOrderNoForAliPay(String orderNo, String reason);
|
||||
|
||||
void updateRefundForAliPay(String refundNo, String content, String refundStatus);
|
||||
|
||||
void updateRefundForPayPal(Long id, String refundId, String content, String refundStatus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user