mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): adding generic tokenization endpoint (#7905)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -179,6 +179,10 @@ pub const DEFAULT_CARD_TESTING_GUARD_EXPIRY_IN_SECS: i32 = 3600;
|
||||
/// SOAP 1.1 Envelope Namespace
|
||||
pub const SOAP_ENV_NAMESPACE: &str = "http://schemas.xmlsoap.org/soap/envelope/";
|
||||
|
||||
#[cfg(all(feature = "v2", feature = "tokenization_v2"))]
|
||||
/// Length of generated tokens
|
||||
pub const TOKEN_LENGTH: usize = 32;
|
||||
|
||||
/// The tag name used for identifying the host in metrics.
|
||||
pub const METRICS_HOST_TAG_NAME: &str = "host";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user