Skip to content

Commit

Permalink
feat(payments): add 'tip' as supported line type
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Dec 11, 2024
1 parent 08d5d2e commit ada57c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mollie/payments.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ const (
StoreCreditLine PaymentLineType = "store_credit"
GiftCardLine PaymentLineType = "gift_card"
SurchargeLine PaymentLineType = "surcharge"
Tip PaymentLineType = "tip"
)

// PaymentLines describes the payment lines to be sent to the Mollie API when
Expand Down

0 comments on commit ada57c9

Please sign in to comment.