mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
Refactor(core): interpolate success_based_routing config params with their specific values (#6448)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -615,8 +615,11 @@ impl Default for SuccessBasedRoutingConfig {
|
||||
pub enum SuccessBasedRoutingConfigParams {
|
||||
PaymentMethod,
|
||||
PaymentMethodType,
|
||||
Currency,
|
||||
AuthenticationType,
|
||||
Currency,
|
||||
Country,
|
||||
CardNetwork,
|
||||
CardBin,
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, ToSchema)]
|
||||
|
||||
Reference in New Issue
Block a user