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:
Debarshi Gupta
2025-07-04 22:38:20 +05:30
committed by GitHub
parent b937cb73f9
commit f6574b7828
36 changed files with 1562 additions and 426 deletions

View File

@ -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";