Merge branch 'master' of cvs2.gaslightmedia.com:WP-Plugins/glm-woocommerce-merchant...
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 16 Jun 2015 19:39:12 +0000 (15:39 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 16 Jun 2015 19:39:12 +0000 (15:39 -0400)
Conflicts:
classes/glmMesGateway.php

1  2 
classes/glmMesGateway.php

@@@ -255,13 -255,19 +255,15 @@@ class GlmMesGateway extends WC_Payment_
              $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>';
+                      '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(
                      $this,