mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Remove double slash in icons src
This commit is contained in:
parent
a123a63afe
commit
00cc013767
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class CreditCardGateway extends \WC_Payment_Gateway_CC {
|
|||
function ( string $type ) use ( $title_options ): string {
|
||||
return '<img
|
||||
title="' . esc_attr( $title_options[ $type ] ) . '"
|
||||
src="' . esc_url( $this->module_url ) . '/assets/images/' . esc_attr( $type ) . '.svg"
|
||||
src="' . esc_url( $this->module_url ) . 'assets/images/' . esc_attr( $type ) . '.svg"
|
||||
class="ppcp-card-icon"
|
||||
> ';
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue