diff --git a/uc_order/uc_order.module b/uc_order/uc_order.module
index 3b359aa..c12411d 100644
--- a/uc_order/uc_order.module
+++ b/uc_order/uc_order.module
@@ -494,7 +494,7 @@ function uc_order_entity_info() {
         ),
       ),
       'access callback' => 'uc_order_order_entity_access',
-      'create callback' => 'uc_order_new',
+      'creation callback' => 'uc_order_new',
       'save callback' => 'uc_order_save',
       'delete callback' => 'uc_order_delete',
     ),
