mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): [Itau Bank] Add payment and sync flow for Pix (#5342)
This commit is contained in:
@ -47,6 +47,7 @@ static ALLOC: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
||||
/// Header Constants
|
||||
pub mod headers {
|
||||
pub const ACCEPT: &str = "Accept";
|
||||
pub const ACCEPT_LANGUAGE: &str = "Accept-Language";
|
||||
pub const KEY: &str = "key";
|
||||
pub const API_KEY: &str = "API-KEY";
|
||||
pub const APIKEY: &str = "apikey";
|
||||
@ -59,6 +60,7 @@ pub mod headers {
|
||||
pub const NONCE: &str = "nonce";
|
||||
pub const TIMESTAMP: &str = "Timestamp";
|
||||
pub const TOKEN: &str = "token";
|
||||
pub const USER_AGENT: &str = "User-Agent";
|
||||
pub const X_API_KEY: &str = "X-API-KEY";
|
||||
pub const X_API_VERSION: &str = "X-ApiVersion";
|
||||
pub const X_FORWARDED_FOR: &str = "X-Forwarded-For";
|
||||
|
||||
Reference in New Issue
Block a user