Skip to content

Commit 588a903

Browse files
committed
chore: remove quantity from totals
1 parent 8ce36de commit 588a903

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

openmeter/billing/charges/usagebased/service.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import (
55
"errors"
66
"fmt"
77

8-
"github.com/alpacahq/alpacadecimal"
9-
108
"github.com/openmeterio/openmeter/openmeter/billing"
119
"github.com/openmeterio/openmeter/openmeter/billing/charges/meta"
1210
"github.com/openmeterio/openmeter/openmeter/billing/models/totals"
@@ -176,6 +174,5 @@ func (i GetCurrentTotalsInput) Validate() error {
176174

177175
type GetCurrentTotalsResult struct {
178176
Charge Charge
179-
Quantity alpacadecimal.Decimal
180177
DueTotals totals.Totals
181178
}

0 commit comments

Comments
 (0)