mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(connector): [HELCIM] Implement Cards for Helcim (#2210)
This commit is contained in:
@ -47,9 +47,11 @@ pub mod headers {
|
||||
pub const API_KEY: &str = "API-KEY";
|
||||
pub const APIKEY: &str = "apikey";
|
||||
pub const X_CC_API_KEY: &str = "X-CC-Api-Key";
|
||||
pub const API_TOKEN: &str = "Api-Token";
|
||||
pub const AUTHORIZATION: &str = "Authorization";
|
||||
pub const CONTENT_TYPE: &str = "Content-Type";
|
||||
pub const DATE: &str = "Date";
|
||||
pub const IDEMPOTENCY_KEY: &str = "Idempotency-Key";
|
||||
pub const NONCE: &str = "nonce";
|
||||
pub const TIMESTAMP: &str = "Timestamp";
|
||||
pub const TOKEN: &str = "token";
|
||||
|
||||
Reference in New Issue
Block a user