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:
Aishwariyaa Anand
2025-09-24 19:05:24 +05:30
committed by GitHub
parent e0fa7e9b6c
commit 46d483d87c
12 changed files with 35 additions and 12 deletions

View File

@ -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")]