From 709d517aecfe1b1d341db28451fbc64100d25993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Forg=C3=A1=C4=8D?= <forgac@artfocus.cz> Date: Wed, 8 Sep 2021 12:39:07 +0200 Subject: [PATCH] add all languages as allowed --- src/Gopay/Service.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Gopay/Service.php b/src/Gopay/Service.php index 2a0e9f1..444621d 100644 --- a/src/Gopay/Service.php +++ b/src/Gopay/Service.php @@ -192,7 +192,15 @@ class Service self::LANG_CS, self::LANG_EN, self::LANG_SK, + self::LANG_HU, self::LANG_DE, + self::LANG_FR, + self::LANG_IT, + self::LANG_ES, + self::LANG_PL, + self::LANG_RO, + self::LANG_BG, + self::LANG_HR, self::LANG_RU, ]; -- GitLab