mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +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:
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user