Skip to content

Commit

Permalink
use coop png file instead of gif
Browse files Browse the repository at this point in the history
  • Loading branch information
RistoNiinemets committed Oct 11, 2017
1 parent 00e564d commit f84763f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed assets/img/coop.gif
Binary file not shown.
Binary file added assets/img/coop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class WC_Banklink_Krediidipank_Gateway extends WC_Banklink_Ipizza {
function __construct() {
$this->id = 'krediidipank';
$this->method_title = __( 'Coop pank', 'wc-gateway-estonia-banklink' );
$this->logo = $this->get_option( 'logo', plugins_url( 'assets/img/coop.gif', WC_ESTONIAN_GATEWAYS_MAIN_FILE ) );
$this->logo = $this->get_option( 'logo', plugins_url( 'assets/img/coop.png', WC_ESTONIAN_GATEWAYS_MAIN_FILE ) );

parent::__construct();
}
Expand Down

0 comments on commit f84763f

Please sign in to comment.