mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix(chat): append request id to headers for chat request (#8680)
This commit is contained in:
@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user