Class PayPalEvents
java.lang.Object
org.apache.ofbiz.accounting.thirdparty.paypal.PayPalEvents
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
callPayPal
(HttpServletRequest request, HttpServletResponse response) Initiate PayPal Requeststatic String
cancelPayPalOrder
(HttpServletRequest request, HttpServletResponse response) Event called when customer cancels a paypal orderstatic String
payPalIPN
(HttpServletRequest request, HttpServletResponse response) PayPal Call-Back Event
-
Field Details
-
COMMON_RES
- See Also:
-
-
Constructor Details
-
PayPalEvents
public PayPalEvents()
-
-
Method Details
-
callPayPal
Initiate PayPal Request -
payPalIPN
public static String payPalIPN(HttpServletRequest request, HttpServletResponse response) throws IOException PayPal Call-Back Event- Throws:
IOException
-
cancelPayPalOrder
Event called when customer cancels a paypal order
-