Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(configs): prod base url updated for connectors #7582

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chaitak-gorai
Copy link

Type of Change

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

Description

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

some of the base_url links of the connectors in config/deployments/production.toml were for sandbox/demo/test links.
Updated the same for with prod/live links.
Note: for aci, digitalvirgo and gpayments not updated as there are no references available.

How did you test it?

References:

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@chaitak-gorai chaitak-gorai requested a review from a team as a code owner March 20, 2025 14:54
Copy link

semanticdiff-com bot commented Mar 20, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  api-reference-v2/openapi_spec.json  0% smaller
  api-reference/openapi_spec.json  0% smaller
  config/deployments/production.toml Unsupported file format

@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Mar 20, 2025
@chaitak-gorai chaitak-gorai force-pushed the prod-connectors-config-base-url-updated branch from 173ecbe to f8e70fc Compare March 20, 2025 15:04
@Debarshi-Gupta
Copy link
Contributor

@chaitak-gorai Why are openapi_spec files updated in this PR?

@chaitak-gorai chaitak-gorai force-pushed the prod-connectors-config-base-url-updated branch from 440fa12 to beff6d8 Compare March 21, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M-api-contract-changes Metadata: This PR involves API contract changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] update prod config file with live/prod base url of connectors
2 participants