From 2b04ece5992217648fad5d29689fb0b7740a0d7f Mon Sep 17 00:00:00 2001 From: jevgenijvisockij Date: Tue, 14 May 2024 15:06:19 +0300 Subject: [PATCH] Added Alma and Bancomat payment methods --- changelog.md | 3 +++ src/Config/Config.php | 2 ++ 2 files changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index b4396ccb2..4f8fe6d63 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/src/Config/Config.php b/src/Config/Config.php index fb0963599..7bbf6a0b4 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -317,6 +317,8 @@ class Config 'in3' => 'in3', 'billie' => 'Billie', 'twint' => 'TWINT', + 'bancomat' => 'Bancomat', + 'alma' => 'Alma', 'blik' => 'BLIK', 'klarna' => 'Pay with Klarna.', ];