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:
Sai Harsha Vardhan
2025-09-20 12:33:02 +05:30
committed by GitHub
parent 0513c2cd71
commit 0b263179af
8 changed files with 102 additions and 21 deletions

View File

@ -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(