mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix: Disable UCS PSync call for Cashtocode (#9093)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -128,6 +128,10 @@ pub struct UnifiedConnectorServiceClientConfig {
|
||||
/// Set of external services/connectors available for the unified connector service
|
||||
#[serde(default, deserialize_with = "deserialize_hashset")]
|
||||
pub ucs_only_connectors: HashSet<Connector>,
|
||||
|
||||
/// Set of connectors for which psync is disabled in unified connector service
|
||||
#[serde(default, deserialize_with = "deserialize_hashset")]
|
||||
pub ucs_psync_disabled_connectors: HashSet<Connector>,
|
||||
}
|
||||
|
||||
/// Contains the Connector Auth Type and related authentication data.
|
||||
|
||||
Reference in New Issue
Block a user