mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(core): add referer field to browser_info (#9474)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e0fa7e9b6c
commit
46d483d87c
@ -1232,6 +1232,9 @@ pub struct BrowserInformation {
|
||||
|
||||
/// Accept-language of the browser
|
||||
pub accept_language: Option<String>,
|
||||
|
||||
/// Identifier of the source that initiated the request.
|
||||
pub referer: Option<String>,
|
||||
}
|
||||
|
||||
#[cfg(feature = "v2")]
|
||||
|
||||
Reference in New Issue
Block a user