Changeset 1866043
- Timestamp:
- 04/29/2018 03:34:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uvibapay/trunk/classes/WC_Gateway_UvibaPayment.php
r1859940 r1866043 7 7 add_action( 'admin_notices', array( $this, 'admin_notices' ), 15 ); 8 8 $this->id = 'uvibapay'; 9 $this->icon = woo_UvibaPayments_IMG.'/uviba_payment_gateway.png'; 9 //$this->icon = woo_UvibaPayments_IMG.'/uviba_payment_gateway.png'; 10 $this->icon = 'https://api.uviba.com/pay/images/uviba_payment_gateway_wordpress.png'; 11 10 12 $this->has_fields = false; 11 13 $this->method_title = "Uviba Payments"; … … 39 41 $this->description = $this->settings['description'].$test_description; // Description as displayed on Frontend 40 42 if ( $this->settings['show_logo'] != "no" ) { // Check if Show-Logo has been allowed 41 $this->icon = get_site_url().'/wp-content/plugins/UvibaPay/public/images/uviba_payment_gateway.png'; 43 //$this->icon = get_site_url().'/wp-content/plugins/UvibaPay/public/images/uviba_payment_gateway.png'; 44 $this->icon = 'https://api.uviba.com/pay/images/uviba_payment_gateway_wordpress.png'; 45 42 46 //uvibapay_IMG . 'logo_' . $this->settings['show_logo'] . '.png'; 43 47 }
Note: See TracChangeset
for help on using the changeset viewer.