mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
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:
@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user