Skip to content

Commit

Permalink
Add MyBank.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 23, 2024
1 parent 72aa13a commit cb386f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ class Methods {
*/
const KLARNA_SLICE_IT = 'klarnasliceit';

/**
* MyBank.
*
* @link https://github.com/mollie/mollie-api-php/blob/ed5b2ba1dc8f30a4674f10ca78ad547c2df91008/src/Types/PaymentMethod.php#L114-L117
* @link https://github.com/mollie/WooCommerce/blob/bda9155ac19e1c576f19f436d74fe3f7fe845298/src/PaymentMethods/Mybank.php#L7
* @link https://mybank.eu/
* @var string
*/
const MYBANK = 'mybank';

/**
* Constant for the PayPal method.
*
Expand Down

0 comments on commit cb386f4

Please sign in to comment.