constant PAYPAL_IPN_LISTENER_PATH in PayPal for Payment 7
The URL path to receive IPN requests at.
1 use of PAYPAL_IPN_LISTENER_PATH
- PayPalPaymentIPNController::URL in paypal_payment_ipn/
includes/ PayPalPaymentIPNController.inc - Returns the IPN URL.
File
- paypal_payment_ipn/
paypal_payment_ipn.module, line 11 - Contains hook implementations and global functions.
Code
define('PAYPAL_IPN_LISTENER_PATH', 'paypal_payment_ipn');