mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(router): add flag to wait for post message in threeDSMethodData for three_ds_invoke next action in Payments Confirm (#9454)
This commit is contained in:
committed by
GitHub
parent
0513c2cd71
commit
0b263179af
@ -8083,6 +8083,19 @@ impl AuthenticationConnectors {
|
||||
Self::Gpayments => true,
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_jwt_flow(&self) -> bool {
|
||||
match self {
|
||||
Self::Threedsecureio
|
||||
| Self::Netcetera
|
||||
| Self::CtpMastercard
|
||||
| Self::UnifiedAuthenticationService
|
||||
| Self::Juspaythreedsserver
|
||||
| Self::CtpVisa
|
||||
| Self::Gpayments => false,
|
||||
Self::Cardinal => true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(
|
||||
|
||||
Reference in New Issue
Block a user