🐛 Update ApplePay logo in gateway

This commit is contained in:
Philipp Stracker 2024-09-03 18:16:10 +02:00
parent e54ceb9a65
commit 27e8b06b29
No known key found for this signature in database

View file

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