Skip to content

Commit

Permalink
PIPRES:482/paybybank payment method added
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Nov 5, 2024
1 parent 53ec4d7 commit b07edec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -333,6 +334,7 @@ class Config
'payconiq' => 'Payconiq',
'trustly' => 'Trustly',
'satispay' => 'Satispay',
'paybybank' => 'Pay by Bank',
];

public const LOG_SEVERITY_LEVEL_INFORMATIVE = 1;
Expand Down

0 comments on commit b07edec

Please sign in to comment.