Skip to content

Commit

Permalink
Added billie payment method
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft committed Mar 20, 2023
1 parent 9f3d774 commit f2f694c
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 @@ -24,6 +24,11 @@ class PaymentMethod
*/
public const BELFIUS = "belfius";

/**
* @link https://www.mollie.com/en/payments/billie
*/
public const BILLIE = "billie";

/**
* @deprecated 2019-05-01
*/
Expand Down

0 comments on commit f2f694c

Please sign in to comment.