1、stripe

2、游客到试用用户身份转换
This commit is contained in:
2024-07-15 13:42:18 +08:00
parent 925da9fa03
commit f03d32030d
8 changed files with 349 additions and 6 deletions

View File

@@ -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;