Skip to content

Commit

Permalink
Merge pull request #732 from sandervanhooft/add_payment_methods_river…
Browse files Browse the repository at this point in the history
…ty_and_payconiq

Added payconiq payment method
  • Loading branch information
sandervanhooft authored Jul 3, 2024
2 parents 8f83ed5 + d52a1a2 commit 24dc605
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 @@ -122,6 +122,11 @@ class PaymentMethod
*/
public const MYBANK = "mybank";

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

/**
* @link https://www.mollie.com/en/payments/paypal
*/
Expand Down

0 comments on commit 24dc605

Please sign in to comment.