Skip to content

Commit

Permalink
Merge pull request #742 from mollie/feature/add-some-more-method-cons…
Browse files Browse the repository at this point in the history
…tants

NTR: Add some more method constants
  • Loading branch information
sandervanhooft authored Sep 11, 2024
2 parents 9156a9b + ab8c11d commit ac6b8f2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Types/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ class PaymentMethod
*/
public const APPLEPAY = "applepay";

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

/**
* @link https://www.mollie.com/en/payments/bancomatpay
*/
Expand Down Expand Up @@ -137,6 +142,11 @@ class PaymentMethod
*/
public const PAYSAFECARD = "paysafecard";

/**
* @link https://www.mollie.com/en/payments/pay-by-bank
*/
public const PAYBYBANK = "paybybank";

/**
* @deprecated
* @link https://www.mollie.com/en/payments/gift-cards
Expand All @@ -153,6 +163,11 @@ class PaymentMethod
*/
public const PRZELEWY24 = 'przelewy24';

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

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

0 comments on commit ac6b8f2

Please sign in to comment.