You are here

function commerce_customer_modules_enabled in Commerce Core 7

Implements hook_modules_enabled().

File

modules/customer/commerce_customer.module, line 182
Defines the customer profile entity and API functions to manage customers and interact with them.

Code

function commerce_customer_modules_enabled($modules) {
  commerce_customer_configure_customer_fields($modules);
}