You are here

function uc_credit_init in Ubercart 6.2

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

Implements hook_init().

File

payment/uc_credit/uc_credit.module, line 94
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';
}