We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce36de commit 588a903Copy full SHA for 588a903
1 file changed
openmeter/billing/charges/usagebased/service.go
@@ -5,8 +5,6 @@ import (
5
"errors"
6
"fmt"
7
8
- "github.com/alpacahq/alpacadecimal"
9
-
10
"github.com/openmeterio/openmeter/openmeter/billing"
11
"github.com/openmeterio/openmeter/openmeter/billing/charges/meta"
12
"github.com/openmeterio/openmeter/openmeter/billing/models/totals"
@@ -176,6 +174,5 @@ func (i GetCurrentTotalsInput) Validate() error {
176
174
177
175
type GetCurrentTotalsResult struct {
178
Charge Charge
179
- Quantity alpacadecimal.Decimal
180
DueTotals totals.Totals
181
}
0 commit comments