Skip to content

Commit

Permalink
Automated cherry pick of #18697 (#18765)
Browse files Browse the repository at this point in the history
Co-authored-by: Maria A Nunez <maria.nunez@mattermost.com>
  • Loading branch information
mattermost-build and marianunez committed Oct 19, 2021
1 parent b140e18 commit 5ccf4f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions model/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ var MockCWS string
type BillingScheme string

const (
BillingSchemePerSeat = BillingScheme("per_seat")
BillingSchemeFlatFee = BillingScheme("flat_fee")
BillingSchemePerSeat = BillingScheme("per_seat")
BillingSchemeFlatFee = BillingScheme("flat_fee")
BillingSchemeSalesServe = BillingScheme("sales_serve")
)

type RecurringInterval string
Expand Down

0 comments on commit 5ccf4f2

Please sign in to comment.