mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
refactor(storage_impl): Integrate the composite store from external crate (#1921)
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
#![allow(clippy::unwrap_used)]
|
||||
use router::{
|
||||
cache::{self},
|
||||
configs::settings::Settings,
|
||||
routes,
|
||||
};
|
||||
use router::{configs::settings::Settings, routes};
|
||||
use storage_impl::redis::cache;
|
||||
|
||||
mod utils;
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ use router::{
|
||||
};
|
||||
|
||||
use crate::{
|
||||
connector_auth::{self},
|
||||
connector_auth,
|
||||
utils::{self, ConnectorActions, PaymentInfo},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user