mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(router): adding generic tokenization endpoint (#7905)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -61,7 +61,9 @@ use hyperswitch_domain_models::{PayoutAttemptInterface, PayoutsInterface};
|
||||
use masking::PeekInterface;
|
||||
use redis_interface::errors::RedisError;
|
||||
use router_env::logger;
|
||||
use storage_impl::{errors::StorageError, redis::kv_store::RedisConnInterface, MockDb};
|
||||
use storage_impl::{
|
||||
errors::StorageError, redis::kv_store::RedisConnInterface, tokenization, MockDb,
|
||||
};
|
||||
|
||||
pub use self::kafka_store::KafkaStore;
|
||||
use self::{fraud_check::FraudCheckInterface, organization::OrganizationInterface};
|
||||
@ -139,6 +141,7 @@ pub trait StorageInterface:
|
||||
+ relay::RelayInterface
|
||||
+ user::theme::ThemeInterface
|
||||
+ payment_method_session::PaymentMethodsSessionInterface
|
||||
+ tokenization::TokenizationInterface
|
||||
+ 'static
|
||||
{
|
||||
fn get_scheduler_db(&self) -> Box<dyn scheduler::SchedulerInterface>;
|
||||
|
||||
Reference in New Issue
Block a user