mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat: added client_source, client_version in payment_attempt from payments confirm request headers (#4657)
This commit is contained in:
@ -72,6 +72,9 @@ pub mod headers {
|
||||
pub const X_REQUEST_ID: &str = "X-Request-Id";
|
||||
pub const STRIPE_COMPATIBLE_WEBHOOK_SIGNATURE: &str = "Stripe-Signature";
|
||||
pub const STRIPE_COMPATIBLE_CONNECT_ACCOUNT: &str = "Stripe-Account";
|
||||
pub const X_CLIENT_VERSION: &str = "X-Client-Version";
|
||||
pub const X_CLIENT_SOURCE: &str = "X-Client-Source";
|
||||
pub const X_PAYMENT_CONFIRM_SOURCE: &str = "X-Payment-Confirm-Source";
|
||||
pub const CONTENT_LENGTH: &str = "Content-Length";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user