mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(core): Refactor fallback routing behaviour in payments for v2 (#5642)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -5,8 +5,8 @@ use common_utils::{
|
||||
pii::{self, EmailStrategy},
|
||||
types::{keymanager::ToEncryptable, Description},
|
||||
};
|
||||
use euclid::dssa::graph::euclid_graph_prelude::FxHashMap;
|
||||
use masking::{ExposeInterface, Secret, SwitchStrategy};
|
||||
use rustc_hash::FxHashMap;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use utoipa::ToSchema;
|
||||
|
||||
|
||||
@ -15,9 +15,9 @@ use common_utils::{
|
||||
types::{keymanager::ToEncryptable, MinorUnit, StringMajorUnit},
|
||||
};
|
||||
use error_stack::ResultExt;
|
||||
use euclid::dssa::graph::euclid_graph_prelude::FxHashMap;
|
||||
use masking::{ExposeInterface, PeekInterface, Secret, SwitchStrategy, WithType};
|
||||
use router_derive::Setter;
|
||||
use rustc_hash::FxHashMap;
|
||||
use serde::{
|
||||
de::{self, Unexpected, Visitor},
|
||||
ser::Serializer,
|
||||
|
||||
Reference in New Issue
Block a user