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:
Narayan Bhat
2024-08-10 11:50:31 +05:30
committed by GitHub
parent 68574b28cd
commit f1196be905
26 changed files with 260 additions and 132 deletions

View File

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