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 cfb370b commit 1790d28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Core/PaymentMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,16 @@ class PaymentMethods {
*/
const MOBILEPAY = 'mobilepay';

/**
* 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 Payconiq method.
*
Expand Down

0 comments on commit 1790d28

Please sign in to comment.