mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
chore: move RouterData Request types to hyperswitch_domain_models crate (#4723)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
pub mod errors;
|
||||
pub mod mandates;
|
||||
pub mod payment_address;
|
||||
pub mod payment_method_data;
|
||||
pub mod payments;
|
||||
#[cfg(feature = "payouts")]
|
||||
pub mod payouts;
|
||||
pub mod router_data;
|
||||
pub mod router_request_types;
|
||||
|
||||
#[cfg(not(feature = "payouts"))]
|
||||
pub trait PayoutAttemptInterface {}
|
||||
|
||||
Reference in New Issue
Block a user