You are here

function commerce_kickstart_update_7212 in Commerce Kickstart 7.2

Disable commerce_kickstart_checkout_redirect.

File

./commerce_kickstart.install, line 1067
Installation code for Commerce Kickstart.

Code

function commerce_kickstart_update_7212() {
  _commerce_kickstart_disable_modules('commerce_kickstart_checkout_redirect');
}