Skip to content

Commit

Permalink
Add constant for Klarna One method.
Browse files Browse the repository at this point in the history
  • Loading branch information
markbeazley committed Oct 10, 2023
1 parent fb71c70 commit fe67e71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Types/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit fe67e71

Please sign in to comment.