function commerce_customer_enable in Commerce Core 7
Implements hook_enable().
File
- modules/
customer/ commerce_customer.module, line 175 - Defines the customer profile entity and API functions to manage customers and interact with them.
Code
function commerce_customer_enable() {
commerce_customer_configure_customer_types();
}