Skip to content

Commit

Permalink
fix(charge): Add missing volume charge model
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet committed Jul 20, 2023
1 parent 20f7c31 commit ca6564b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const (
GraduatedChargeModel ChargeModel = "graduated"
PackageChargeModel ChargeModel = "package"
PercentageChargeModel ChargeModel = "percentage"
VolumneChargeModel ChargeModel = "volume"
)

type Charge struct {
Expand Down

0 comments on commit ca6564b

Please sign in to comment.