mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
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:
@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user