mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): Add support for passing the domain dynamically in the session call (#5347)
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user