From 9a38efc24fa47772061deec2a441d02a091b9103 Mon Sep 17 00:00:00 2001 From: Martijn Weghorst Date: Tue, 11 Mar 2025 08:44:35 +0100 Subject: [PATCH 1/2] Update PaymentMethod.php --- src/Types/PaymentMethod.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Types/PaymentMethod.php b/src/Types/PaymentMethod.php index 3dba80fa..d6e09364 100644 --- a/src/Types/PaymentMethod.php +++ b/src/Types/PaymentMethod.php @@ -122,6 +122,16 @@ class PaymentMethod */ public const KLARNA_SLICE_IT = "klarnasliceit"; + /** + * @link https://www.mollie.com/en/payments/mb-way + */ + public const MB_WAY = "mb_way"; + + /** + * @link https://www.mollie.com/en/payments/multibanco + */ + public const MULTIBANCO = "multibanco"; + /** * @link https://www.mollie.com/en/payments/mybank */ From 7a62e8b6225e23a440ac0bbd9dac1016ab72cf1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krishan=20K=C3=B6nig?= Date: Tue, 11 Mar 2025 10:28:02 +0100 Subject: [PATCH 2/2] Update src/Types/PaymentMethod.php Co-authored-by: Sander van Hooft --- src/Types/PaymentMethod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types/PaymentMethod.php b/src/Types/PaymentMethod.php index d6e09364..0eb1bef3 100644 --- a/src/Types/PaymentMethod.php +++ b/src/Types/PaymentMethod.php @@ -125,7 +125,7 @@ class PaymentMethod /** * @link https://www.mollie.com/en/payments/mb-way */ - public const MB_WAY = "mb_way"; + public const MBWAY = "mbway"; /** * @link https://www.mollie.com/en/payments/multibanco