mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): add poll ability in external 3ds authorization flow (#4393)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4851da1595
commit
447655382b
@ -102,3 +102,10 @@ pub const AUTHENTICATION_ID_PREFIX: &str = "authn";
|
||||
|
||||
// URL for checking the outgoing call
|
||||
pub const OUTGOING_CALL_URL: &str = "https://api.stripe.com/healthcheck";
|
||||
|
||||
// 15 minutes = 900 seconds
|
||||
pub const POLL_ID_TTL: i64 = 900;
|
||||
|
||||
// Default Poll Config
|
||||
pub const DEFAULT_POLL_DELAY_IN_SECS: i8 = 2;
|
||||
pub const DEFAULT_POLL_FREQUENCY: i8 = 5;
|
||||
|
||||
Reference in New Issue
Block a user