You are here

public static function PayPalPaymentIPNTestPaymentMethodController::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_ipn_test/includes/PayPalPaymentIPNTestPaymentMethodController.inc, line 29

Class

PayPalPaymentIPNTestPaymentMethodController
A dummy class that simply implements PayPalPaymentIPNPaymentMethodControllerInterface.

Code

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