You are here

public static function PayPalPaymentECPaymentMethodController::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.

Overrides PayPalPaymentIPNPaymentMethodControllerInterface::PayPalValidateIPNVariables

File

paypal_payment_ec/includes/PayPalPaymentECPaymentMethodController.inc, line 362

Class

PayPalPaymentECPaymentMethodController
A PayPal Express Checkout payment method.

Code

public static function PayPalValidateIPNVariables(Payment $payment, array $ipn_variables) {
  return TRUE;
}