hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

refactor(configs): prod base url updated for connectors

Open chaitak-gorai opened this issue 9 months ago • 3 comments

Type of Change

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

Description

Updated the outdated/incorrect base urls for some connectors with the new ones.

Additional Changes

  • [ ] This PR modifies the API contract
  • [ ] This PR modifies the database schema
  • [x] 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

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

chaitak-gorai avatar Mar 20 '25 14:03 chaitak-gorai

Review changes with  SemanticDiff

Changed Files
File Status
  config/deployments/production.toml Unsupported file format
  crates/hyperswitch_connectors/src/connectors/chargebee.rs  0% smaller

semanticdiff-com[bot] avatar Mar 20 '25 14:03 semanticdiff-com[bot]

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

Debarshi-Gupta avatar Mar 20 '25 15:03 Debarshi-Gupta

@Debarshi-Gupta these are getting auto generated due to these changes in config toml file

chaitak-gorai avatar Mar 24 '25 08:03 chaitak-gorai