Skip to content

Commit

Permalink
Merge pull request #731 from mollie/feature/add-trustly-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft authored Jul 3, 2024
2 parents d721439 + 3400426 commit 8f83ed5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Types/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class PaymentMethod
public const GIFTCARD = "giftcard";

/**
* @deprecated
* @link https://www.mollie.com/en/payments/giropay
*/
public const GIROPAY = "giropay";
Expand Down Expand Up @@ -157,6 +158,11 @@ class PaymentMethod
*/
public const RIVERTY = "riverty";

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

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

0 comments on commit 8f83ed5

Please sign in to comment.