feat(router): Add support for passing the domain dynamically in the session call (#5347)

This commit is contained in:
Shankar Singh C
2024-07-17 22:43:51 +05:30
committed by GitHub
parent 2d204c9f73
commit 67bfb1cfec
4 changed files with 58 additions and 11 deletions

View File

@ -745,6 +745,7 @@ pub struct HeaderPayload {
pub x_hs_latency: Option<bool>,
pub browser_name: Option<api_enums::BrowserName>,
pub x_client_platform: Option<api_enums::ClientPlatform>,
pub x_merchant_domain: Option<String>,
}
impl HeaderPayload {