public static function PayPalPaymentIPNPaymentMethodControllerInterface::PayPalProcessIPN in PayPal for Payment 7
Processes an IPN for a payment.
Parameters
Payment $payment:
array $ipn_variables:
Return value
NULL
3 methods override PayPalPaymentIPNPaymentMethodControllerInterface::PayPalProcessIPN()
- PayPalPaymentECPaymentMethodController::PayPalProcessIPN in paypal_payment_ec/
includes/ PayPalPaymentECPaymentMethodController.inc - Processes an IPN for a payment.
- PayPalPaymentIPNTestPaymentMethodController::PayPalProcessIPN in paypal_payment_ipn_test/
includes/ PayPalPaymentIPNTestPaymentMethodController.inc - Processes an IPN for a payment.
- PayPalPaymentPPSPaymentMethodController::PayPalProcessIPN in paypal_payment_pps/
includes/ PayPalPaymentPPSPaymentMethodController.inc - Processes an IPN for a payment.
File
- paypal_payment_ipn/
includes/ PayPalPaymentIPNPaymentMethodControllerInterface.inc, line 31
Class
- PayPalPaymentIPNPaymentMethodControllerInterface
- Provides IPN for payment methods.
Code
public static function PayPalProcessIPN(Payment $payment, array $ipn_variables);