Skip to content

Comments

chore: Added functionality to add connectors to prod environment using config.toml#4164

Open
Muditbhatia12 wants to merge 14 commits intomainfrom
connectorlist-env
Open

chore: Added functionality to add connectors to prod environment using config.toml#4164
Muditbhatia12 wants to merge 14 commits intomainfrom
connectorlist-env

Conversation

@Muditbhatia12
Copy link
Contributor

@Muditbhatia12 Muditbhatia12 commented Jan 29, 2026

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

This pr adds the ability to add connectors in the prod environment using config.toml

Screen.Recording.2026-01-30.at.5.12.46.PM.mov

Motivation and Context

How did you test it?

Since this change is for prod environment it cannot be tested in integ and sandbox. To test locally:

  • Point to live.hypersiwtch.io/api in config.toml
  • Turn on is_live_mode feature flag
  • Try adding and removing connectors in config.toml and see if they are visible on the dashboard.

Where to test it?

  • INTEG
  • SANDBOX
  • PROD

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@Muditbhatia12 Muditbhatia12 requested a review from a team as a code owner January 29, 2026 06:53
@semanticdiff-com
Copy link

Review changes with  SemanticDiff

@Muditbhatia12 Muditbhatia12 self-assigned this Jan 29, 2026
@Muditbhatia12 Muditbhatia12 changed the title chore: moved connectorlist for prod to config.toml chore: Added functionality to add connectors to prod environment using config.toml Feb 2, 2026
Comment on lines 74 to 80
}
type connectorListForLive = {
paymentProcessorsLiveListFromConfig: array<ConnectorTypes.connectorTypes>,
payoutProcessorsLiveListFromConfig: array<ConnectorTypes.connectorTypes>,
threeDsAuthenticatorProcessorsLiveListFromConfig: array<ConnectorTypes.connectorTypes>,
vaultProcessorsLiveListFromConfig: array<ConnectorTypes.connectorTypes>,
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move all the utils for connectorListForLive in a separate file dedicated for this

Comment on lines 108 to 110
} else {
connectorList
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need else case here

JeevaRamu0104
JeevaRamu0104 previously approved these changes Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: Add functionality to add connectors to prod environment using config.toml [BUG] Can add duplicates in connectors list env config

4 participants