hyperswitch
hyperswitch copied to clipboard
refactor(configs): prod base url updated for connectors
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:
- bamboraapac (ref1)
- bamboraapac (ref2)
- dlocal
- ebanx
- forte
- globalpay
- multisafepay
- nuvei
- rapyd
- square (ref1)
- square (ref2)
- wise
- worldline
- worldpay
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
Changed Files
| File | Status |
|---|---|
| Unsupported file format | |
@chaitak-gorai Why are openapi_spec files updated in this PR?
@Debarshi-Gupta these are getting auto generated due to these changes in config toml file