fix(chat): append request id to headers for chat request (#8680)

This commit is contained in:
Apoorv Dixit
2025-07-25 12:40:48 +05:30
committed by GitHub
parent 0f66692ede
commit 3113d2b5dc
4 changed files with 31 additions and 7 deletions

View File

@ -152,6 +152,9 @@ pub const APPLEPAY_VALIDATION_URL: &str =
/// Request ID
pub const X_REQUEST_ID: &str = "x-request-id";
/// Chat Session ID
pub const X_CHAT_SESSION_ID: &str = "x-chat-session-id";
/// Merchant ID Header
pub const X_MERCHANT_ID: &str = "x-merchant-id";