You are here

function uc_authorizenet_uninstall in Ubercart 5

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

@file Handles installing, uninstalling, and updating Authorize.net settings.

File

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

Code

function uc_authorizenet_uninstall() {

  // Delete related variables all at once.
  db_query("DELETE FROM {variable} WHERE name LIKE 'uc_authnet_%%'");
}