You are here

function uc_authorizenet_update_3 in Ubercart 5

File

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

Code

function uc_authorizenet_update_3() {

  // Update the name of the CIM transaction mode variable.
  variable_set('uc_authnet_cim_mode', variable_get('uc_authnet_cim_server', 'disabled'));
  variable_del('uc_authet_cim_server');
  return array();
}