mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(connector): [MIFINITY] Implement payment flows and Mifinity payment method (#4592)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: kiran.kummari <kiran.kummari@juspay.in>
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 KEY: &str = "key";
|
||||
pub const API_KEY: &str = "API-KEY";
|
||||
pub const APIKEY: &str = "apikey";
|
||||
pub const X_CC_API_KEY: &str = "X-CC-Api-Key";
|
||||
|
||||
Reference in New Issue
Block a user