Skip to content

Commit

Permalink
comment resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaji4 committed Dec 5, 2024
1 parent 9b6528f commit 87f6133
Show file tree
Hide file tree
Showing 25 changed files with 173 additions and 172 deletions.
2 changes: 1 addition & 1 deletion config/config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ stripe.base_url_file_upload = "https://files.stripe.com/"
trustpay.base_url = "https://test-tpgw.trustpay.eu/"
trustpay.base_url_bank_redirects = "https://aapi.trustpay.eu/"
tsys.base_url = "https://stagegw.transnox.com/"
unifiedauthenticationservice.base_url = "http://localhost:8000"
unified_authentication_service.base_url = "http://localhost:8000"
volt.base_url = "https://api.sandbox.volt.io/"
wellsfargo.base_url = "https://apitest.cybersource.com/"
wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
Expand Down
2 changes: 1 addition & 1 deletion config/deployments/integration_test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ thunes.base_url = "https://api.limonetikqualif.com/"
trustpay.base_url = "https://test-tpgw.trustpay.eu/"
trustpay.base_url_bank_redirects = "https://aapi.trustpay.eu/"
tsys.base_url = "https://stagegw.transnox.com/"
unifiedauthenticationservice.base_url = "http://localhost:8000"
unified_authentication_service.base_url = "http://localhost:8000"
volt.base_url = "https://api.sandbox.volt.io/"
wellsfargo.base_url = "https://apitest.cybersource.com/"
wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
Expand Down
2 changes: 1 addition & 1 deletion config/deployments/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ thunes.base_url = "https://api.limonetik.com/"
trustpay.base_url = "https://tpgw.trustpay.eu/"
trustpay.base_url_bank_redirects = "https://aapi.trustpay.eu/"
tsys.base_url = "https://gateway.transit-pass.com/"
unifiedauthenticationservice.base_url = "http://localhost:8000"
unified_authentication_service.base_url = "http://localhost:8000"
volt.base_url = "https://api.volt.io/"
wellsfargo.base_url = "https://api.cybersource.com/"
wellsfargopayout.base_url = "https://api.wellsfargo.com/"
Expand Down
2 changes: 1 addition & 1 deletion config/deployments/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ thunes.base_url = "https://api.limonetikqualif.com/"
trustpay.base_url = "https://test-tpgw.trustpay.eu/"
trustpay.base_url_bank_redirects = "https://aapi.trustpay.eu/"
tsys.base_url = "https://stagegw.transnox.com/"
unifiedauthenticationservice.base_url = "http://localhost:8000"
unified_authentication_service.base_url = "http://localhost:8000"
volt.base_url = "https://api.sandbox.volt.io/"
wellsfargo.base_url = "https://apitest.cybersource.com/"
wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
Expand Down
4 changes: 2 additions & 2 deletions config/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ cards = [
"thunes",
"trustpay",
"tsys",
"unifiedauthenticationservice",
"unified_authentication_service",
"volt",
"wellsfargo",
"wellsfargopayout",
Expand Down Expand Up @@ -288,7 +288,7 @@ worldpay.base_url = "https://try.access.worldpay.com/"
xendit.base_url = "https://api.xendit.co"
trustpay.base_url = "https://test-tpgw.trustpay.eu/"
tsys.base_url = "https://stagegw.transnox.com/"
unifiedauthenticationservice.base_url = "http://localhost:8000"
unified_authentication_service.base_url = "http://localhost:8000"
volt.base_url = "https://api.sandbox.volt.io/"
wellsfargo.base_url = "https://apitest.cybersource.com/"
wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
Expand Down
4 changes: 2 additions & 2 deletions config/docker_compose.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ stripe.base_url_file_upload = "https://files.stripe.com/"
trustpay.base_url = "https://test-tpgw.trustpay.eu/"
trustpay.base_url_bank_redirects = "https://aapi.trustpay.eu/"
tsys.base_url = "https://stagegw.transnox.com/"
unifiedauthenticationservice.base_url = "http://localhost:8000"
unified_authentication_service.base_url = "http://localhost:8000"
volt.base_url = "https://api.sandbox.volt.io/"
wellsfargo.base_url = "https://apitest.cybersource.com/"
wellsfargopayout.base_url = "https://api-sandbox.wellsfargo.com/"
Expand Down Expand Up @@ -288,7 +288,7 @@ cards = [
"thunes",
"trustpay",
"tsys",
"unifiedauthenticationservice",
"unified_authentication_service",
"volt",
"wellsfargo",
"wellsfargopayout",
Expand Down
4 changes: 2 additions & 2 deletions crates/api_models/src/connector_enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub enum Connector {
//Thunes,
Trustpay,
Tsys,
// Unifiedauthenticationservice,
// UnifiedAuthenticationService,
Volt,
Wellsfargo,
// Wellsfargopayout,
Expand Down Expand Up @@ -261,7 +261,7 @@ impl Connector {
// | Self::Thunes
| Self::Trustpay
| Self::Tsys
// | Self::Unifiedauthenticationservice
// | Self::UnifiedAuthenticationService
| Self::Volt
| Self::Wellsfargo
// | Self::Wellsfargopayout
Expand Down
2 changes: 1 addition & 1 deletion crates/common_enums/src/connector_enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub enum RoutableConnectors {
// Thunes
// Tsys,
Tsys,
// Unifiedauthenticationservice,
// UnifiedAuthenticationService,
Volt,
Wellsfargo,
// Wellsfargopayout,
Expand Down
4 changes: 2 additions & 2 deletions crates/hyperswitch_connectors/src/connectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub mod stax;
pub mod taxjar;
pub mod thunes;
pub mod tsys;
pub mod unifiedauthenticationservice;
pub mod unified_authentication_service;
pub mod volt;
pub mod worldline;
pub mod worldpay;
Expand All @@ -58,6 +58,6 @@ pub use self::{
nexixpay::Nexixpay, nomupay::Nomupay, novalnet::Novalnet, payeezy::Payeezy, payu::Payu,
powertranz::Powertranz, prophetpay::Prophetpay, rapyd::Rapyd, razorpay::Razorpay,
redsys::Redsys, shift4::Shift4, square::Square, stax::Stax, taxjar::Taxjar, thunes::Thunes,
tsys::Tsys, unifiedauthenticationservice::Unifiedauthenticationservice, volt::Volt,
tsys::Tsys, unified_authentication_service::UnifiedAuthenticationService, volt::Volt,
worldline::Worldline, worldpay::Worldpay, xendit::Xendit, zen::Zen, zsl::Zsl,
};
Loading

0 comments on commit 87f6133

Please sign in to comment.