mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(payment-link): emit intent status to parent before rendering payment link UI (#7531)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -7944,6 +7944,7 @@ pub struct PaymentLinkDetails {
|
||||
pub background_colour: Option<String>,
|
||||
pub sdk_ui_rules: Option<HashMap<String, HashMap<String, String>>>,
|
||||
pub payment_link_ui_rules: Option<HashMap<String, HashMap<String, String>>>,
|
||||
pub status: api_enums::IntentStatus,
|
||||
pub enable_button_only_on_form_ready: bool,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user