outbox for gateways
This commit is contained in:
@@ -49,11 +49,6 @@ const (
|
||||
defaultRequestTimeout = 10 * time.Second
|
||||
)
|
||||
|
||||
const (
|
||||
maxSymbolParts = 2
|
||||
isoCodeLen = 3
|
||||
)
|
||||
|
||||
func NewConnector(logger mlogger.Logger, settings model.SettingsT) (mmodel.Connector, error) { //nolint:cyclop,funlen,nestif,ireturn
|
||||
baseURL := defaultCBRBaseURL
|
||||
provider := strings.ToLower(mmodel.DriverCBR.String())
|
||||
|
||||
Reference in New Issue
Block a user