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

@ -1,6 +1,7 @@
pub mod api;
pub mod behaviour;
pub mod business_profile;
pub mod consts;
pub mod customer;
pub mod errors;
pub mod mandates;