mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
refactor(merchant_account_v2): remove routing algorithms from merchant account and add version column (#5527)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Prajjwal Kumar <prajjwal.kumar@juspay.in> Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
This commit is contained in:
@ -181,8 +181,7 @@ pub async fn update_merchant_active_algorithm_ref(
|
||||
_config_key: cache::CacheKind<'_>,
|
||||
_algorithm_id: routing_types::RoutingAlgorithmRef,
|
||||
) -> RouterResult<()> {
|
||||
// TODO: handle updating the active routing algorithm for v2 in merchant account
|
||||
Ok(())
|
||||
todo!()
|
||||
}
|
||||
|
||||
pub async fn update_business_profile_active_algorithm_ref(
|
||||
|
||||
Reference in New Issue
Block a user