You are here

function uc_paypal_init in Ubercart 6.2

Implements hook_init().

File

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

Code

function uc_paypal_init() {
  global $conf;
  $conf['i18n_variables'][] = 'uc_paypal_wps_checkout_button';
}