You are here

public static function PayPalPaymentPPSPaymentMethodController::PayPalProcessIPN in PayPal for Payment 7

Processes an IPN for a payment.

Parameters

Payment $payment:

array $ipn_variables:

Return value

NULL

Overrides PayPalPaymentIPNPaymentMethodControllerInterface::PayPalProcessIPN

File

paypal_payment_pps/includes/PayPalPaymentPPSPaymentMethodController.inc, line 90

Class

PayPalPaymentPPSPaymentMethodController
A PayPal Payments Standard payment method.

Code

public static function PayPalProcessIPN(Payment $payment, array $ipn_variables) {
}