### Eclipse Workspace Patch 1.0
#P pay
Index: includes/handlers/pay_method_direct.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/pay/includes/handlers/pay_method_direct.inc,v
retrieving revision 1.1
diff -u -r1.1 pay_method_direct.inc
--- includes/handlers/pay_method_direct.inc	1 Nov 2010 20:36:14 -0000	1.1
+++ includes/handlers/pay_method_direct.inc	8 Nov 2010 15:34:36 -0000
@@ -6,6 +6,9 @@
  * on third-party sites such as PayPal, and the responses are returned to Drupal
  */
 class pay_method_direct extends pay_method {
+  function form() {
+    parent::form($form, $form_state);
+  }
   function settings_form(&$form, &$form_state) {
     parent::settings_form($form, $form_state);
     $group = $this->handler();
