mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat: core changes for extended authorization (#6766)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
use std::collections::{HashMap, HashSet};
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
use common_types::primitive_wrappers::AlwaysRequestExtendedAuthorization;
|
||||
use common_utils::{
|
||||
consts,
|
||||
crypto::Encryptable,
|
||||
@ -8,10 +10,7 @@ use common_utils::{
|
||||
id_type, link_utils, pii,
|
||||
};
|
||||
#[cfg(feature = "v1")]
|
||||
use common_utils::{
|
||||
crypto::OptionalEncryptableName, ext_traits::ValueExt,
|
||||
types::AlwaysRequestExtendedAuthorization,
|
||||
};
|
||||
use common_utils::{crypto::OptionalEncryptableName, ext_traits::ValueExt};
|
||||
#[cfg(feature = "v2")]
|
||||
use masking::ExposeInterface;
|
||||
use masking::{PeekInterface, Secret};
|
||||
|
||||
Reference in New Issue
Block a user