Removed two lines that should not have been in the code.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 16 Jun 2015 19:33:26 +0000 (15:33 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 16 Jun 2015 19:33:26 +0000 (15:33 -0400)
classes/glmMesGateway.php

index 44ed9e8..bb96ad8 100644 (file)
@@ -255,24 +255,12 @@ class GlmMesGateway extends WC_Payment_Gateway
             $this->title = $this->settings['title'];
             $this->description = $this->settings['description'];
 
-            $this->settings['address_verification'] == $this->settings['address_verification'];
-            $this->settings['cvv_required'] = $this->settings['cvv_required'];
-
             // Add credit cards available to the description
             $this->description .= '<h4>Credit Cards Accepted</h4><p>' . ($this->settings['visa'] ==
                      'yes' ? 'VISA&nbsp;&nbsp;' : '') . ($this->settings['mastercard'] ==
                      'yes' ? 'MASTERCARD&nbsp;&nbsp;' : '') . ($this->settings['amex'] ==
                      'yes' ? 'AMEX&nbsp;&nbsp;' : '') . ($this->settings['discover'] ==
                      'yes' ? 'DISCOVER&nbsp;&nbsp;' : '') . '</p>';
-/*
-            $this->description .= '<h4>Credit Cards Accepted</h4><p>' . ($this->settings['visa'] ==
-                     'yes' ? '<img src="' . GLM_MES_ASSETS_URL . '/visa.png">' : '') . ($this->settings['mastercard'] ==
-                     'yes' ? '<img src="' . GLM_MES_ASSETS_URL .
-                     '/mastercard.png">' : '') . ($this->settings['amex'] ==
-                     'yes' ? '<img src="' . GLM_MES_ASSETS_URL . '/amex.png">' : '') . ($this->settings['discover'] ==
-                     'yes' ? '<img src="' . GLM_MES_ASSETS_URL .
-                     '/discover.png">' : '') . '</p>';
-*/
 
             // Check for SSL
             add_action('admin_notices', array(