callbacks service draft
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user