Skip to content

Commit

Permalink
Update charge.go
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Sempé <[email protected]>
  • Loading branch information
vincent-pochet and rsempe authored Jul 20, 2023
1 parent ca6564b commit e36276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
GraduatedChargeModel ChargeModel = "graduated"
PackageChargeModel ChargeModel = "package"
PercentageChargeModel ChargeModel = "percentage"
VolumneChargeModel ChargeModel = "volume"
VolumeChargeModel ChargeModel = "volume"
)

type Charge struct {
Expand Down

0 comments on commit e36276d

Please sign in to comment.