You are here

function commerce_checkout_update_7101 in Commerce Core 7

Disable the new local action to simulate checkout completion for an order.

File

modules/checkout/commerce_checkout.install, line 91

Code

function commerce_checkout_update_7101() {
  variable_set('commerce_order_simulate_checkout_link', FALSE);
  return t('A new local action link on order edit forms for simulating checkout completion for an order has been disabled by default; enable it on the order settings form if desired.');
}