feat(connector): [HELCIM] Implement Cards for Helcim (#2210)

This commit is contained in:
DEEPANSHU BANSAL
2023-10-13 18:14:12 +05:30
committed by GitHub
parent be80a14c5d
commit b5feab61d9
17 changed files with 1208 additions and 133 deletions

View File

@ -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";