You are here

public static function PayPalPaymentIPNPaymentMethodControllerInterface::PayPalValidateIPNVariables in PayPal for Payment 7

Validates IPN message variables for a payment.

Parameters

Payment $payment:

array $ipn_variables:

Return value

bool Whether the IPN variables are valid.

3 methods override PayPalPaymentIPNPaymentMethodControllerInterface::PayPalValidateIPNVariables()
PayPalPaymentECPaymentMethodController::PayPalValidateIPNVariables in paypal_payment_ec/includes/PayPalPaymentECPaymentMethodController.inc
Validates IPN message variables for a payment.
PayPalPaymentIPNTestPaymentMethodController::PayPalValidateIPNVariables in paypal_payment_ipn_test/includes/PayPalPaymentIPNTestPaymentMethodController.inc
Validates IPN message variables for a payment.
PayPalPaymentPPSPaymentMethodController::PayPalValidateIPNVariables in paypal_payment_pps/includes/PayPalPaymentPPSPaymentMethodController.inc
Validates IPN message variables for a payment.

File

paypal_payment_ipn/includes/PayPalPaymentIPNPaymentMethodControllerInterface.inc, line 21

Class

PayPalPaymentIPNPaymentMethodControllerInterface
Provides IPN for payment methods.

Code

public static function PayPalValidateIPNVariables(Payment $payment, array $ipn_variables);