From 1790d289054961db97f2e7b4871d199e7c060247 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Thu, 23 May 2024 21:17:15 +0200 Subject: [PATCH] Add MyBank. --- src/Core/PaymentMethods.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Core/PaymentMethods.php b/src/Core/PaymentMethods.php index b4e39569..72359b10 100644 --- a/src/Core/PaymentMethods.php +++ b/src/Core/PaymentMethods.php @@ -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. *