mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
feat: add an api for toggling extended card info feature (#4444)
This commit is contained in:
@ -1088,3 +1088,10 @@ pub struct PaymentLinkConfig {
|
||||
/// Enable saved payment method option for payment link
|
||||
pub enabled_saved_payment_method: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize, PartialEq, Eq)]
|
||||
pub struct ExtendedCardInfoChoice {
|
||||
pub enabled: bool,
|
||||
}
|
||||
|
||||
impl common_utils::events::ApiEventMetric for ExtendedCardInfoChoice {}
|
||||
|
||||
Reference in New Issue
Block a user