$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 ' : '') . ($this->settings['mastercard'] ==
'yes' ? 'MASTERCARD ' : '') . ($this->settings['amex'] ==
'yes' ? 'AMEX ' : '') . ($this->settings['discover'] ==
'yes' ? 'DISCOVER ' : '') . '</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(