You are here

function commerce_order_enable in Commerce Core 7

Implements hook_enable().

File

modules/order/commerce_order.module, line 133
Defines the core Commerce order entity and API functions to manage orders and interact with them.

Code

function commerce_order_enable() {
  commerce_order_configure_order_type();
}