You are here

function uc_fedex_init in FedEx Shipping 7.2

Same name and namespace in other branches
  1. 6.2 uc_fedex.module \uc_fedex_init()
  2. 6 uc_fedex.module \uc_fedex_init()
  3. 7 uc_fedex.module \uc_fedex_init()

Implements hook_init().

File

./uc_fedex.module, line 61
FedEx Web Services Rate / Available Services Quote.

Code

function uc_fedex_init() {

  // Can we conditionally load the address validation code based on
  // variable_get('uc_fedex_address_validation', FALSE) ?
  // Address Validation routines.
  module_load_include('inc', 'uc_fedex', 'uc_fedex.aval');
}