mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
chore(keymanager): add tenant-id to keymanager requests (#6968)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -149,3 +149,6 @@ pub const APPLEPAY_VALIDATION_URL: &str =
|
||||
|
||||
/// Request ID
|
||||
pub const X_REQUEST_ID: &str = "x-request-id";
|
||||
|
||||
/// Default Tenant ID for the `Global` tenant
|
||||
pub const DEFAULT_GLOBAL_TENANT_ID: &str = "global";
|
||||
|
||||
Reference in New Issue
Block a user