mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(api_models): add api_models for external 3ds authentication flow (#3858)
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
03cfb735af
commit
0a43ceb14e
@ -869,6 +869,12 @@ pub(crate) fn into_stripe_next_action(
|
||||
display_from_timestamp,
|
||||
display_to_timestamp,
|
||||
},
|
||||
payments::NextActionData::ThreeDsInvoke { .. } => StripeNextAction::RedirectToUrl {
|
||||
redirect_to_url: RedirectUrl {
|
||||
return_url: None,
|
||||
url: None,
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@ -442,6 +442,12 @@ pub(crate) fn into_stripe_next_action(
|
||||
display_from_timestamp,
|
||||
display_to_timestamp,
|
||||
},
|
||||
payments::NextActionData::ThreeDsInvoke { .. } => StripeNextAction::RedirectToUrl {
|
||||
redirect_to_url: RedirectUrl {
|
||||
return_url: None,
|
||||
url: None,
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user