fx build fix
Some checks failed
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/fx/1 Pipeline failed
ci/woodpecker/push/fx/2 Pipeline failed
ci/woodpecker/push/nats Pipeline was successful

This commit is contained in:
Stephan D
2025-11-07 23:50:48 +01:00
parent 0c0eeb27f8
commit 2ee17b0c46
21 changed files with 267 additions and 543 deletions

View File

@@ -7,8 +7,8 @@ import (
"sync"
"time"
feesv1 "github.com/tech/sendico/pkg/proto/billing/fees/v1"
"github.com/shopspring/decimal"
feesv1 "github.com/tech/sendico/pkg/proto/billing/fees/v1"
"google.golang.org/grpc"
"google.golang.org/protobuf/types/known/timestamppb"
@@ -16,11 +16,11 @@ import (
moneyv1 "github.com/tech/sendico/pkg/proto/common/money/v1"
tracev1 "github.com/tech/sendico/pkg/proto/common/trace/v1"
ledgerv1 "github.com/tech/sendico/ledger/internal/generated/service/ledger/v1"
"github.com/tech/sendico/ledger/storage"
"github.com/tech/sendico/pkg/api/routers"
pmessaging "github.com/tech/sendico/pkg/messaging"
"github.com/tech/sendico/pkg/mlogger"
ledgerv1 "github.com/tech/sendico/pkg/proto/ledger/v1"
)
type serviceError string