Skip to content

Commit

Permalink
Merge pull request #91 from Invertus/SL-142-maestro-payment-method
Browse files Browse the repository at this point in the history
SL-142/maestro payment method notation
  • Loading branch information
tomjas1997 authored Jan 19, 2023
2 parents 9c2a216 + 948e6c6 commit 6e79e4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@
## [1.0.21] - *

- FO: Fixed issue with payments not being displayed when currency option was not set to "ALL"
- BO: Fixed issue with "Maestro Intl." not being enabled in BO
3 changes: 2 additions & 1 deletion src/Service/SaferPayPaymentNotation.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class SaferPayPaymentNotation
'DINERS' => 'DinersClub',
'BONUS' => 'BonusCard',
'DIRECTDEBIT' => 'Lastschrift',
'POSTFINANCE' => 'PostEFinance'
'POSTFINANCE' => 'PostEFinance',
'MAESTRO' => 'Maestro-Intl.'
];

public function getForDisplay($payment)
Expand Down

0 comments on commit 6e79e4b

Please sign in to comment.