You are here

function uc_cybersource_update_last_removed in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 payment/uc_cybersource/uc_cybersource.install \uc_cybersource_update_last_removed()

Implements hook_update_last_removed().

File

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

Code

function uc_cybersource_update_last_removed() {
  return 2;
}