Ejegg has submitted this change and it was merged.

Change subject: Got rid of the unused RGC test_url
......................................................................


Got rid of the unused RGC test_url

Change-Id: I94f668d27baddd36645276f1febddbab5202f090
---
M sites/all/modules/recurring_globalcollect/recurring_globalcollect.module
1 file changed, 0 insertions(+), 9 deletions(-)

Approvals:
  Ejegg: Looks good to me, approved



diff --git 
a/sites/all/modules/recurring_globalcollect/recurring_globalcollect.module 
b/sites/all/modules/recurring_globalcollect/recurring_globalcollect.module
index 0da8503..7adf3b3 100644
--- a/sites/all/modules/recurring_globalcollect/recurring_globalcollect.module
+++ b/sites/all/modules/recurring_globalcollect/recurring_globalcollect.module
@@ -74,15 +74,6 @@
     '#description' => t( 'The url to the Global Collect Gateway.' ),
   );
 
-  $form[ 'recurring_globalcollect' ][ 'localhost_test_url' ] = array(
-    '#maxlength' => 255,
-    '#type' => 'textfield',
-    '#title' => t('Default Testing Url'),
-    '#required' => FALSE,
-    '#default_value' => variable_get('localhost_test_url', $defaultTestUrl),
-    '#description' => t( 'The url to the local server to test the connection. 
This should point to your CiviCRM host.' ),
-  );
-  
   $form['recurring_globalcollect_merchant_id'] = array(
     '#type' => 'textfield',
     '#title' => t('Global Collect Merchant ID'),

-- 
To view, visit https://gerrit.wikimedia.org/r/169543
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I94f668d27baddd36645276f1febddbab5202f090
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Awight <awi...@wikimedia.org>
Gerrit-Reviewer: Ejegg <eeggles...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to