1、stripe
2、游客到试用用户身份转换
This commit is contained in:
@@ -19,6 +19,8 @@ public interface PayPalCheckoutService {
|
||||
Boolean doPost(HttpServletRequest req, HttpServletResponse resp)
|
||||
throws ServletException, IOException;
|
||||
|
||||
String getBody(HttpServletRequest request) throws IOException;
|
||||
|
||||
Order queryOrder(String orderNo) throws SerializeException;
|
||||
|
||||
Order captureOrder(String orderId) throws IOException;
|
||||
|
||||
Reference in New Issue
Block a user