outbox for gateways
This commit is contained in:
@@ -46,7 +46,7 @@ func (b *defaultBuilder) Build(ctx context.Context, payment *model.Payment, quot
|
||||
logger.Warn("Failed to build fx conversion plan", zap.Error(err))
|
||||
return nil, err
|
||||
}
|
||||
logger.Info("fx conversion plan built", zap.Int("steps", len(plan.Steps)))
|
||||
logger.Info("Fx conversion plan built", zap.Int("steps", len(plan.Steps)))
|
||||
return plan, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user