mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Merge pull request #2900 from woocommerce/PCP-4017-Remove-SEPA-Direct-Debit-icons-from-onboarding
Remove SEPA Direct Debit icons from onboarding (4017)
This commit is contained in:
commit
e2839879f6
2 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ const AcdcOptionalPaymentMethods = ( {
|
|||
'woocommerce-paypal-payments'
|
||||
) }
|
||||
imageBadge={ [
|
||||
'icon-button-sepa.svg',
|
||||
'icon-button-ideal.svg',
|
||||
'icon-button-blik.svg',
|
||||
'icon-button-bancontact.svg',
|
||||
|
|
|
@ -11,7 +11,6 @@ const PaymentMethodIcons = ( props ) => {
|
|||
<PaymentMethodIcon type="discover" icons={ props.icons } />
|
||||
<PaymentMethodIcon type="apple-pay" icons={ props.icons } />
|
||||
<PaymentMethodIcon type="google-pay" icons={ props.icons } />
|
||||
<PaymentMethodIcon type="sepa" icons={ props.icons } />
|
||||
<PaymentMethodIcon type="ideal" icons={ props.icons } />
|
||||
<PaymentMethodIcon type="bancontact" icons={ props.icons } />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue