Skip to content

Commit

Permalink
Merge pull request #921 from mollie/PIPRES-407
Browse files Browse the repository at this point in the history
Added Alma and Bancomat payment methods
  • Loading branch information
JevgenijVisockij authored May 14, 2024
2 parents 668c8c1 + 2b04ece commit e2e0012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Changelog #

## Changes in release 6.2.0 ##
+ New payment methods: Bancomat and Alma

## Changes in release 6.1.1 ##
+ Updated translations for Dutch, German, English and French languages
+ Added credit card translations for Italian and Spanish languages
Expand Down
2 changes: 2 additions & 0 deletions src/Config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ class Config
'in3' => 'in3',
'billie' => 'Billie',
'twint' => 'TWINT',
'bancomat' => 'Bancomat',
'alma' => 'Alma',
'blik' => 'BLIK',
'klarna' => 'Pay with Klarna.',
];
Expand Down

0 comments on commit e2e0012

Please sign in to comment.