Skip to content

Commit

Permalink
"over charge" -> "overcharge"
Browse files Browse the repository at this point in the history
  • Loading branch information
disq committed Oct 30, 2024
1 parent 12982ca commit fd71b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions premium/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ func (u *BatchUpdater) backgroundUpdater() {
}
// If we are using AWS Marketplace, we need to round down to the nearest 1000
// Only on the last update, will we round up to the nearest 1000
// This will allow us to not over charge the customer by rounding on each batch
// This will allow us to not overcharge the customer by rounding on each batch
if u.awsMarketplaceClient != nil {
totals = roundDown(totals, 1000)
}
Expand All @@ -489,7 +489,7 @@ func (u *BatchUpdater) backgroundUpdater() {
}
// If we are using AWS Marketplace, we need to round down to the nearest 1000
// Only on the last update, will we round up to the nearest 1000
// This will allow us to not over charge the customer by rounding on each batch
// This will allow us to not overcharge the customer by rounding on each batch
if u.awsMarketplaceClient != nil {
totals = roundDown(totals, 1000)
}
Expand Down

0 comments on commit fd71b5e

Please sign in to comment.