Skip to content

Commit

Permalink
Merge branch 'BWPM-101' into pre-1.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ponddeja committed Nov 25, 2024
2 parents 3726074 + 4052811 commit b36b22e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions includes/Gateways/ReepayGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,7 @@ abstract class ReepayGateway extends WC_Payment_Gateway {
*
* @var array
*/
public array $logos = array(
'dankort',
'visa',
'mastercard',
'visa-electron',
'maestro',
'mobilepay',
'viabill',
'applepay',
'paypal_logo',
'klarna-pay-later',
'klarna-pay-now',
'klarna',
);
public array $logos = array();

/**
* Current payment type
Expand Down

0 comments on commit b36b22e

Please sign in to comment.