feat(core): Move RouterData to crate hyperswitch_domain_models (#4524)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
DEEPANSHU BANSAL
2024-05-15 12:23:50 +05:30
committed by GitHub
parent 88b470afb6
commit ff1c2ddf8b
48 changed files with 584 additions and 477 deletions

View File

@ -1,8 +1,10 @@
pub mod errors;
pub mod mandates;
pub mod payment_address;
pub mod payments;
#[cfg(feature = "payouts")]
pub mod payouts;
pub mod router_data;
#[cfg(not(feature = "payouts"))]
pub trait PayoutAttemptInterface {}