mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
fix: payment link styling for dynamic classes (#8273)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -3075,6 +3075,8 @@ pub struct PaymentLinkConfigRequest {
|
||||
pub show_card_terms: Option<api_enums::PaymentLinkShowSdkTerms>,
|
||||
/// Boolean to control payment button text for setup mandate calls
|
||||
pub is_setup_mandate_flow: Option<bool>,
|
||||
/// Hex color for the CVC icon during error state
|
||||
pub color_icon_card_cvc_error: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize, PartialEq, ToSchema)]
|
||||
@ -3172,6 +3174,8 @@ pub struct PaymentLinkConfig {
|
||||
pub show_card_terms: Option<api_enums::PaymentLinkShowSdkTerms>,
|
||||
/// Boolean to control payment button text for setup mandate calls
|
||||
pub is_setup_mandate_flow: Option<bool>,
|
||||
/// Hex color for the CVC icon during error state
|
||||
pub color_icon_card_cvc_error: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize, PartialEq, Eq)]
|
||||
|
||||
Reference in New Issue
Block a user