mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 02:57:02 +08:00
feat(core): Implement 3ds decision manger for V2 (#7022)
This commit is contained in:
@ -197,17 +197,6 @@ pub async fn update_merchant_active_algorithm_ref(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[cfg(feature = "v2")]
|
||||
pub async fn update_merchant_active_algorithm_ref(
|
||||
_state: &SessionState,
|
||||
_key_store: &domain::MerchantKeyStore,
|
||||
_config_key: cache::CacheKind<'_>,
|
||||
_algorithm_id: routing_types::RoutingAlgorithmRef,
|
||||
) -> RouterResult<()> {
|
||||
// TODO: handle updating the active routing algorithm for v2 in merchant account
|
||||
todo!()
|
||||
}
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
pub async fn update_profile_active_algorithm_ref(
|
||||
db: &dyn StorageInterface,
|
||||
|
||||
Reference in New Issue
Block a user