mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(router): add start_redirection api for three_ds flow in v2 (#6470)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0389ae74e1
commit
6f24bb4ee3
@ -140,7 +140,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::PaymentsConfirmIntent
|
||||
| Flow::PaymentsCreateIntent
|
||||
| Flow::PaymentsGetIntent
|
||||
| Flow::PaymentsPostSessionTokens => Self::Payments,
|
||||
| Flow::PaymentsPostSessionTokens
|
||||
| Flow::PaymentStartRedirection => Self::Payments,
|
||||
|
||||
Flow::PayoutsCreate
|
||||
| Flow::PayoutsRetrieve
|
||||
|
||||
Reference in New Issue
Block a user