diff --git a/src/Config/Config.php b/src/Config/Config.php index be66347a7..f6efba51f 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -71,6 +71,7 @@ class Config ], 'riverty' => ['nl', 'be', 'de', 'at'], 'payconiq' => [], + 'paybybank' => ['at', 'be', 'cy', 'ee', 'fi', 'fr', 'de', 'gr', 'ie', 'it', 'lv', 'lt', 'lu', 'mt', 'nl', 'pt', 'sk', 'si', 'es', 'uk'], ]; const SUPPORTED_PHP_VERSION = '5.6'; @@ -333,6 +334,7 @@ class Config 'payconiq' => 'Payconiq', 'trustly' => 'Trustly', 'satispay' => 'Satispay', + 'paybybank' => 'Pay by Bank', ]; public const LOG_SEVERITY_LEVEL_INFORMATIVE = 1;