mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(core): Implement UCS based upi for paytm and phonepe (#8732)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
This commit is contained in:
@ -118,6 +118,10 @@ pub struct UnifiedConnectorServiceClientConfig {
|
||||
|
||||
/// Contains the connection timeout duration in seconds
|
||||
pub connection_timeout: u64,
|
||||
|
||||
/// List of connectors to use with the unified connector service
|
||||
#[serde(default)]
|
||||
pub ucs_only_connectors: Vec<String>,
|
||||
}
|
||||
|
||||
/// Contains the Connector Auth Type and related authentication data.
|
||||
|
||||
Reference in New Issue
Block a user