callbacks service draft

This commit is contained in:
Stephan D
2026-02-28 10:10:26 +01:00
parent b7900d3beb
commit 0f28f2d088
71 changed files with 5212 additions and 446 deletions

View File

@@ -58,7 +58,7 @@ func (i *Imp) Start() error {
if broker != nil {
opts = append(opts, orchestrator.WithPaymentGatewayBroker(broker))
}
svc, err := orchestrator.NewService(logger, repo, opts...)
svc, err := orchestrator.NewService(logger, repo, producer, opts...)
i.service = svc
return svc, err
}