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:
Saptak Dutta
2025-09-02 19:36:36 +05:30
committed by GitHub
parent e2d72bef7d
commit 7c6e5f6ed0
8 changed files with 34 additions and 1 deletions

View File

@ -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.