You are here

function uc_payment_pack_init in Ubercart 6.2

Implements hook_init().

File

payment/uc_payment_pack/uc_payment_pack.module, line 42
Provides the Check/Money Order, COD, and "Other" payment methods.

Code

function uc_payment_pack_init() {
  global $conf;
  $conf['i18n_variables'][] = 'uc_cod_policy';
  $conf['i18n_variables'][] = 'uc_check_policy';
}