Skip to content

Commit f84763f

Browse files
use coop png file instead of gif
1 parent 00e564d commit f84763f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

assets/img/coop.gif

-2.7 KB
Binary file not shown.

assets/img/coop.png

1.2 KB
Loading

includes/gateways/class-wc-banklink-krediidipank-gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class WC_Banklink_Krediidipank_Gateway extends WC_Banklink_Ipizza {
66
function __construct() {
77
$this->id = 'krediidipank';
88
$this->method_title = __( 'Coop pank', 'wc-gateway-estonia-banklink' );
9-
$this->logo = $this->get_option( 'logo', plugins_url( 'assets/img/coop.gif', WC_ESTONIAN_GATEWAYS_MAIN_FILE ) );
9+
$this->logo = $this->get_option( 'logo', plugins_url( 'assets/img/coop.png', WC_ESTONIAN_GATEWAYS_MAIN_FILE ) );
1010

1111
parent::__construct();
1212
}

0 commit comments

Comments
 (0)