mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(router): add gateway_status_map interface (#2804)
This commit is contained in:
committed by
GitHub
parent
7623ea93be
commit
a429b23c7f
@ -12,6 +12,7 @@ pub mod ephemeral_key;
|
||||
pub mod events;
|
||||
pub mod file;
|
||||
pub mod fraud_check;
|
||||
pub mod gsm;
|
||||
pub mod locker_mock_up;
|
||||
pub mod mandate;
|
||||
pub mod merchant_account;
|
||||
@ -80,6 +81,7 @@ pub trait StorageInterface:
|
||||
+ business_profile::BusinessProfileInterface
|
||||
+ organization::OrganizationInterface
|
||||
+ routing_algorithm::RoutingAlgorithmInterface
|
||||
+ gsm::GsmInterface
|
||||
+ 'static
|
||||
{
|
||||
fn get_scheduler_db(&self) -> Box<dyn scheduler::SchedulerInterface>;
|
||||
|
||||
Reference in New Issue
Block a user