Skip to content

Commit

Permalink
Merge pull request #987 from mollie/PIPRES-482/paybybank-method-imple…
Browse files Browse the repository at this point in the history
…mentation

PIPRES:482/paybybank payment method added
  • Loading branch information
GytisZum authored Nov 6, 2024
2 parents f5685dd + 27fbd81 commit 440d2d6
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 440d2d6

Please sign in to comment.