feat(core): implemented platform merchant account (#6882)

Co-authored-by: Narayanbhat166 <narayan.bhat@juspay.in>
This commit is contained in:
Rachit Naithani
2024-12-23 18:23:22 +05:30
committed by GitHub
parent d4b3dbc155
commit 95fcf2a44b
64 changed files with 595 additions and 16 deletions

View File

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