mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(core): Hyperswitch <|> UCS Integration (#8280)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: uzair khan <uzairkhanuk3215@gmail.com>
This commit is contained in:
@ -152,6 +152,9 @@ pub const APPLEPAY_VALIDATION_URL: &str =
|
||||
/// Request ID
|
||||
pub const X_REQUEST_ID: &str = "x-request-id";
|
||||
|
||||
/// Merchant ID Header
|
||||
pub const X_MERCHANT_ID: &str = "x-merchant-id";
|
||||
|
||||
/// Default Tenant ID for the `Global` tenant
|
||||
pub const DEFAULT_GLOBAL_TENANT_ID: &str = "global";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user