You are here

function uc_credit_init in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 payment/uc_credit/uc_credit.module \uc_credit_init()

Implements hook_init().

File

payment/uc_credit/uc_credit.module, line 124
Defines the credit card payment method and hooks in payment gateways.

Code

function uc_credit_init() {
  global $conf;
  $conf['i18n_variables'][] = 'uc_credit_fail_message';
  $conf['i18n_variables'][] = 'uc_credit_policy';
}