chore: added fork and headers

This commit is contained in:
Amitsingh Tanwar
2025-09-26 13:17:29 +05:30
parent acf816d046
commit 5e9b672a69
8 changed files with 69 additions and 10 deletions

View File

@ -157,6 +157,12 @@ pub const APPLEPAY_VALIDATION_URL: &str =
/// Request ID
pub const X_REQUEST_ID: &str = "x-request-id";
/// Flow name
pub const X_FLOW: &str = "x-flow";
/// Connector name
pub const X_CONNECTOR: &str = "x-connector";
/// Chat Session ID
pub const X_CHAT_SESSION_ID: &str = "x-chat-session-id";