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:
Kashif
2025-03-19 15:55:27 +05:30
committed by GitHub
parent 10371af561
commit 6f35899b6d
6 changed files with 118 additions and 21 deletions

View File

@ -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,
}