diff --git a/modules/order/commerce_order.module b/modules/order/commerce_order.module
index 16e3526..2f4e45a 100644
--- a/modules/order/commerce_order.module
+++ b/modules/order/commerce_order.module
@@ -24,15 +24,10 @@ function commerce_order_entity_info() {
       'entity keys' => array(
         'id' => 'order_id',
         'revision' => 'revision_id',
-        'bundle' => 'type',
-      ),
-      'bundle keys' => array(
-        'bundle' => 'type',
-      ),
-      'bundles' => array(
-        'commerce_order' => array(
-          'label' => t('Order', array(), array('context' => 'a drupal commerce order')),
-        ),
+        // Drupal commerce only makes use of a single order type for now. To
+        // reduce complexity bundles are disabled for now.
+        // @see commerce_order_type_get_name()
+        // 'bundle' => 'type',
       ),
       'view modes' => array(
         'administrator' => array(
