Skip to content

Commit

Permalink
Merge pull request #2900 from woocommerce/PCP-4017-Remove-SEPA-Direct…
Browse files Browse the repository at this point in the history
…-Debit-icons-from-onboarding

Remove SEPA Direct Debit icons from onboarding (4017)
  • Loading branch information
stracker-phil authored Dec 11, 2024
2 parents 8dab270 + ecee5ce commit e283987
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e283987

Please sign in to comment.