fix(connector): Add RedirectInsidePopup response redirection URL (#8257)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
awasthi21
2025-06-10 22:48:47 +05:30
committed by GitHub
parent a76a9c1514
commit df34ff43dc
8 changed files with 24 additions and 8 deletions

View File

@ -4499,6 +4499,7 @@ pub enum NextActionData {
#[cfg(feature = "v1")]
RedirectInsidePopup {
popup_url: String,
redirect_response_url: String,
},
/// Contains the url for redirection flow
#[cfg(feature = "v2")]