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

@ -858,7 +858,7 @@ pub(crate) fn into_stripe_next_action(
},
}
}
payments::NextActionData::RedirectInsidePopup { popup_url } => {
payments::NextActionData::RedirectInsidePopup { popup_url, .. } => {
StripeNextAction::RedirectToUrl {
redirect_to_url: RedirectUrl {
return_url,

View File

@ -411,7 +411,7 @@ pub(crate) fn into_stripe_next_action(
},
}
}
payments::NextActionData::RedirectInsidePopup { popup_url } => {
payments::NextActionData::RedirectInsidePopup { popup_url, .. } => {
StripeNextAction::RedirectToUrl {
redirect_to_url: RedirectUrl {
return_url,