You are here

function uc_payment_init in Ubercart 6.2

Implements hook_init().

File

payment/uc_payment/uc_payment.module, line 215

Code

function uc_payment_init() {
  global $conf;
  $conf['i18n_variables'][] = 'uc_default_payment_msg';
}