Skip to content

Commit

Permalink
Update card issuer names.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Nov 11, 2021
1 parent 4865b8f commit 37e319e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Gateway.php
Expand Up @@ -91,10 +91,10 @@ public function get_issuers() {
public function get_credit_card_issuers() {
$groups[] = array(
'options' => array(
Methods::AMEX => _x( 'AMEX', 'Payment method name', 'pronamic_ideal' ),
Methods::AMEX => _x( 'American Express', 'Payment method name', 'pronamic_ideal' ),
Methods::MAESTRO => _x( 'Maestro', 'Payment method name', 'pronamic_ideal' ),
Methods::MASTERCARD => _x( 'MASTER', 'Payment method name', 'pronamic_ideal' ),
Methods::VISA => _x( 'VISA', 'Payment method name', 'pronamic_ideal' ),
Methods::MASTERCARD => _x( 'Mastercard', 'Payment method name', 'pronamic_ideal' ),
Methods::VISA => _x( 'Visa', 'Payment method name', 'pronamic_ideal' ),
),
);

Expand Down

0 comments on commit 37e319e

Please sign in to comment.