-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(connector): [Unifiedauthenticationservice] add Connector Template Code #6732
base: main
Are you sure you want to change the base?
Conversation
@@ -243,6 +243,7 @@ default_imp_for_new_connector_integration_payment!( | |||
connectors::Thunes, | |||
connectors::Tsys, | |||
connectors::Worldline, | |||
connectors::Unifiedauthenticationservice, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please maintain alphabetical order
ac89d3e
to
21426e5
Compare
config/config.example.toml
Outdated
@@ -267,6 +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 = "https://uas.internal.staging.mum.juspay.net" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have this as snake case please? Becomes difficult to read when the names get longer.
@@ -123,6 +123,7 @@ pub enum Connector { | |||
//Thunes, | |||
Trustpay, | |||
Tsys, | |||
// Unifiedauthenticationservice, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have this as UnifiedAuthenticationService
so that the snake_case
value used would be unified_authentication_service
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, @sumanmaji4 can you make this change!
88347bd
21426e5
to
88347bd
Compare
Type of Change
Description
template for unified_authentication_service
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy