Skip to content

Commit

Permalink
Add constant for the TWINT method.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 12, 2024
1 parent dc19384 commit 331a5a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,12 @@ class Methods {
* @var string
*/
const IN3 = 'in3';

/**
* Constant for the TWINT method.
*
* @link https://www.mollie.com/payments/twint
* @var string
*/
const TWINT = 'twint';
}

0 comments on commit 331a5a3

Please sign in to comment.