You are here

function uc_paypal_ipn_access in Ubercart 6.2

Access callback. Makes sure PayPal always has access to send IPNs.

1 string reference to 'uc_paypal_ipn_access'
uc_paypal_menu in payment/uc_paypal/uc_paypal.module
Implements hook_menu().

File

payment/uc_paypal/uc_paypal.module, line 82
Integrates various PayPal payment services and Instant Payment Notifications (IPN) with Ubercart!

Code

function uc_paypal_ipn_access() {
  return TRUE;
}