From: Chuck Scott Date: Tue, 16 Jun 2015 19:39:12 +0000 (-0400) Subject: Merge branch 'master' of cvs2.gaslightmedia.com:WP-Plugins/glm-woocommerce-merchant... X-Git-Tag: v1.0.1~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4b9c299ea9b6ac19f4ebc3a4e4331c3f99256365;p=WP-Plugins%2Fglm-woocommerce-merchant-e-solutions-gateway.git Merge branch 'master' of cvs2.gaslightmedia.com:WP-Plugins/glm-woocommerce-merchant-e-solutions-gateway Conflicts: classes/glmMesGateway.php --- 4b9c299ea9b6ac19f4ebc3a4e4331c3f99256365 diff --cc classes/glmMesGateway.php index bb96ad8,43f2726..19e0dbe --- a/classes/glmMesGateway.php +++ b/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 .= '

Credit Cards Accepted

' . ($this->settings['visa'] == - 'yes' ? 'VISA  ' : '') . ($this->settings['mastercard'] == - 'yes' ? 'MASTERCARD  ' : '') . ($this->settings['amex'] == - 'yes' ? 'AMEX  ' : '') . ($this->settings['discover'] == - 'yes' ? 'DISCOVER  ' : '') . '

'; + 'yes' ? '' : '') . ($this->settings['mastercard'] == + 'yes' ? '' : '') . ($this->settings['amex'] == + 'yes' ? '' : '') . ($this->settings['discover'] == + 'yes' ? '' : '') . '

'; - // Check for SSL add_action('admin_notices', array( $this,