public class WOPayPal extends Object
Modifier and Type | Field and Description |
---|---|
static Class[] |
NotificationClassArray |
static String |
PAYPAL_SANDBOX_URL_BASE |
static String |
PAYPAL_SECURE_URL_BASE |
static String |
PAYPAL_URL_BASE |
static String |
SANDBOX_MODE_PROP
Property name to determine if we are using the sandbox or the live site
|
Constructor and Description |
---|
WOPayPal()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
baseUrl()
Return the base URL for the PayPal site, either the live or sandbox URL.
|
static boolean |
isSandboxMode()
Does the er.wopaypal.sandboxmode is set to true?
|
static void |
registerPayPalNotificationListenerObservers()
registerPayPalNotificationListenerObservers sets up the observer in the PayPalNotificationListener to receive notifications of Instant Payment Notifications from the PayPalAction class' ipnAction method.
|
public static final String PAYPAL_URL_BASE
public static final String PAYPAL_SECURE_URL_BASE
public static final String PAYPAL_SANDBOX_URL_BASE
public static final Class[] NotificationClassArray
public static final String SANDBOX_MODE_PROP
public static void registerPayPalNotificationListenerObservers()
public static final boolean isSandboxMode()
public static final StringBuffer baseUrl()
Copyright © 2002 – 2024 Project Wonder.