You are here

function uc_cybersource_install in Ubercart 6.2

Implements hook_install().

File

payment/uc_cybersource/uc_cybersource.install, line 70
Handles installing, uninstalling, and updating CyberSource settings.

Code

function uc_cybersource_install() {
  drupal_install_schema('uc_cybersource');
}