mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(core): implemented platform merchant account (#6882)
Co-authored-by: Narayanbhat166 <narayan.bhat@juspay.in>
This commit is contained in:
@ -90,6 +90,7 @@ pub mod headers {
|
||||
pub const X_REDIRECT_URI: &str = "x-redirect-uri";
|
||||
pub const X_TENANT_ID: &str = "x-tenant-id";
|
||||
pub const X_CLIENT_SECRET: &str = "X-Client-Secret";
|
||||
pub const X_CONNECTED_MERCHANT_ID: &str = "x-connected-merchant-id";
|
||||
pub const X_RESOURCE_TYPE: &str = "X-Resource-Type";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user