添加新的支付方式:Stripe
This commit is contained in:
@@ -5,7 +5,11 @@ import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
public interface StripeService {
|
||||
|
||||
String pay(Integer quantity);
|
||||
String pay(Integer quantity, String returnUrl);
|
||||
|
||||
Boolean notify(HttpServletRequest request);
|
||||
|
||||
String refund(String amount, String orderId, String reason);
|
||||
|
||||
void checkOrderStatus(String orderNo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user