Skip to content

Commit

Permalink
Add payment method point of sale (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanhoekelen authored Jul 30, 2023
1 parent 9834e57 commit b0b21b3
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 @@ -129,4 +129,9 @@ class PaymentMethod
* @link https://www.mollie.com/en/payments/in3
*/
public const IN3 = "in3";

/**
* @link https://docs.mollie.com/point-of-sale/overview
*/
public const POINT_OF_SALE = "pointofsale";
}

0 comments on commit b0b21b3

Please sign in to comment.