You are here

function uc_authorizenet_update_last_removed in Ubercart 7.3

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

Implements hook_update_last_removed().

File

payment/uc_authorizenet/uc_authorizenet.install, line 41
Install, update and uninstall functions for the uc_authorizenet module.

Code

function uc_authorizenet_update_last_removed() {
  return 3;
}