You are here

function uc_authorizenet_update_last_removed in Ubercart 6.2

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

Implements hook_update_last_removed().

File

payment/uc_authorizenet/uc_authorizenet.install, line 36
Handles installing, uninstalling, and updating Authorize.net settings.

Code

function uc_authorizenet_update_last_removed() {
  return 3;
}