### Eclipse Workspace Patch 1.0
#P pay
Index: includes/pay.handlers.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/pay/includes/pay.handlers.inc,v
retrieving revision 1.11
diff -u -r1.11 pay.handlers.inc
--- includes/pay.handlers.inc	2 Nov 2010 01:13:51 -0000	1.11
+++ includes/pay.handlers.inc	8 Nov 2010 15:20:37 -0000
@@ -23,5 +23,10 @@
       'module' => 'pay',
       'path' => $path,
     ),
+    'pay_method_direct' => array(
+      'parent' => 'pay_method',
+      'module' => 'pay',
+      'path' => $path,
+    ),
   );
 }
