diff --git a/commerce_customer.features.inc b/commerce_customer.features.inc
index 96aeb5b..baf454f 100644
--- a/commerce_customer.features.inc
+++ b/commerce_customer.features.inc
@@ -64,7 +64,7 @@ function commerce_customer_features_export_render($module, $data) {
   $output[] = '  );';
   $output[] = '  return $items;';
   $output = implode("\n", $output);
-  return array('commerce_customer_default_types' => $output);
+  return array('commerce_customer_profile_type_info' => $output);
 }
 
 /**
diff --git a/commerce_features.module b/commerce_features.module
index a5addad..6bc10f9 100644
--- a/commerce_features.module
+++ b/commerce_features.module
@@ -37,7 +37,7 @@ function commerce_features_features_api() {
     $features['commerce_order_type'] = array(
       'name' => t('Commerce order types'),
       'features_source' => TRUE,
-      'default_hook' => 'commerce_order_default_types',
+      'default_hook' => 'commerce_customer_profile_type_info',
       'file' => drupal_get_path('module', 'commerce_features') . '/commerce_order_type.features.inc',
     );
   }
