Update Google Pay icon with SVG

This commit is contained in:
George Burduli 2024-08-13 11:41:32 +04:00
parent 0b7a91fa35
commit 9fbc28506f
No known key found for this signature in database
GPG key ID: 572A97DFDA3D2E5C
3 changed files with 9 additions and 3 deletions

View file

@ -99,7 +99,7 @@ class GooglePayGateway extends WC_Payment_Gateway {
$this->description = $this->get_option( 'description', '' );
$this->module_url = $module_url;
$this->icon = esc_url( $this->module_url ) . 'assets/images/googlepay.png';
$this->icon = esc_url( $this->module_url ) . 'assets/images/googlepay.svg';
$this->init_form_fields();
$this->init_settings();