mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix(router): rename the browser name header to x-browser-name (#5162)
This commit is contained in:
@ -77,7 +77,7 @@ pub mod headers {
|
|||||||
pub const X_CLIENT_SOURCE: &str = "X-Client-Source";
|
pub const X_CLIENT_SOURCE: &str = "X-Client-Source";
|
||||||
pub const X_PAYMENT_CONFIRM_SOURCE: &str = "X-Payment-Confirm-Source";
|
pub const X_PAYMENT_CONFIRM_SOURCE: &str = "X-Payment-Confirm-Source";
|
||||||
pub const CONTENT_LENGTH: &str = "Content-Length";
|
pub const CONTENT_LENGTH: &str = "Content-Length";
|
||||||
pub const BROWSER_NAME: &str = "browsername";
|
pub const BROWSER_NAME: &str = "x-browser-name";
|
||||||
pub const X_CLIENT_PLATFORM: &str = "x-client-platform";
|
pub const X_CLIENT_PLATFORM: &str = "x-client-platform";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user