### Eclipse Workspace Patch 1.0
#P SeededBuzz
Index: sites/all/modules/uc_recurring/modules/uc_recurring_hosted/uc_recurring_hosted.module
===================================================================
--- sites/all/modules/uc_recurring/modules/uc_recurring_hosted/uc_recurring_hosted.module	(revision 8)
+++ sites/all/modules/uc_recurring/modules/uc_recurring_hosted/uc_recurring_hosted.module	(working copy)
@@ -47,7 +47,7 @@
  foreach ($gateways as &$gateway) {
    if ($gateway['id'] == 'paypal_wpp') {
      // Change the callback.
-     $gateway['credit'] = 'uc_recurring_hosted_uc_paypal_wpp_charge';
+     //$gateway['credit'] = 'uc_recurring_hosted_uc_paypal_wpp_charge';
      break;
    }
  }
