paypal 环境转换sandbox->live
This commit is contained in:
@@ -13,11 +13,8 @@ import java.util.Map;
|
||||
public interface PayPalCheckoutService {
|
||||
|
||||
HashMap<String, String> createOrder(Integer amount,String returnUrl) throws SerializeException;
|
||||
/**
|
||||
* 回调
|
||||
* @param map
|
||||
*/
|
||||
String callback(@SuppressWarnings("rawtypes") Map map);
|
||||
|
||||
// String callback(@SuppressWarnings("rawtypes") Map map);
|
||||
|
||||
Boolean doPost(HttpServletRequest req, HttpServletResponse resp)
|
||||
throws ServletException, IOException;
|
||||
|
||||
Reference in New Issue
Block a user