mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(open_banking): Refactored to consume and use headers from SDK (#5884)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -83,6 +83,8 @@ pub mod headers {
|
||||
pub const BROWSER_NAME: &str = "x-browser-name";
|
||||
pub const X_CLIENT_PLATFORM: &str = "x-client-platform";
|
||||
pub const X_MERCHANT_DOMAIN: &str = "x-merchant-domain";
|
||||
pub const X_APP_ID: &str = "x-app-id";
|
||||
pub const X_REDIRECT_URI: &str = "x-redirect-uri";
|
||||
pub const X_TENANT_ID: &str = "x-tenant-id";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user