You are here

function uc_2checkout_init in Ubercart 6.2

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

Implements hook_init().

File

payment/uc_2checkout/uc_2checkout.module, line 29
Integrates 2Checkout.com's redirected payment service.

Code

function uc_2checkout_init() {
  global $conf;
  $conf['i18n_variables'][] = 'uc_2checkout_method_title';
  $conf['i18n_variables'][] = 'uc_2checkout_checkout_button';
}