From fe67e71519abf96eb6add279755d51117f04e8fd Mon Sep 17 00:00:00 2001 From: Mark Beazley Date: Tue, 10 Oct 2023 10:38:37 +0100 Subject: [PATCH] Add constant for Klarna One method. --- src/Types/PaymentMethod.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Types/PaymentMethod.php b/src/Types/PaymentMethod.php index 7c743656..e7db376c 100644 --- a/src/Types/PaymentMethod.php +++ b/src/Types/PaymentMethod.php @@ -79,11 +79,13 @@ class PaymentMethod */ public const KBC = "kbc"; + public const KLARNA_ONE = "klarna"; + /** * @link https://www.mollie.com/en/payments/klarna-pay-later */ public const KLARNA_PAY_LATER = "klarnapaylater"; - + /** * @link https://www.mollie.com/en/payments/klarna-pay-now */ @@ -124,7 +126,7 @@ class PaymentMethod * @link https://www.mollie.com/en/payments/sofort */ public const SOFORT = "sofort"; - + /** * @link https://www.mollie.com/en/payments/in3 */