You are here

public static function PayPalPaymentECPaymentMethodController::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_ec/includes/PayPalPaymentECPaymentMethodController.inc, line 369

Class

PayPalPaymentECPaymentMethodController
A PayPal Express Checkout payment method.

Code

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