mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
refactor(core): move router data response and request models to hyperswitch domain models crate (#4789)
This commit is contained in:
@ -7,6 +7,7 @@ pub mod payments;
|
||||
pub mod payouts;
|
||||
pub mod router_data;
|
||||
pub mod router_request_types;
|
||||
pub mod router_response_types;
|
||||
|
||||
#[cfg(not(feature = "payouts"))]
|
||||
pub trait PayoutAttemptInterface {}
|
||||
|
||||
Reference in New Issue
Block a user