Skip to content

Commit

Permalink
Merge pull request #705 from fjbender/feature/add-twint-constant
Browse files Browse the repository at this point in the history
NTR: Add constant for Twint
  • Loading branch information
sandervanhooft authored Dec 19, 2023
2 parents 42f4aab + ecef076 commit 874bf56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Types/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,9 @@ class PaymentMethod
* @link https://docs.mollie.com/point-of-sale/overview
*/
public const POINT_OF_SALE = "pointofsale";

/**
* @link https://www.mollie.com/en/payments/twint
*/
public const TWINT = "twint";
}

0 comments on commit 874bf56

Please sign in to comment.