feat(connector): [bitpay] Add new crypto connector bitpay & testcases for all crypto connectors (#919)

Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
This commit is contained in:
Arvind Patel
2023-05-11 16:36:47 +05:30
committed by GitHub
parent dfc6be4e4f
commit f70f10aac5
20 changed files with 1170 additions and 717 deletions

View File

@ -61,6 +61,7 @@ pub mod headers {
pub const X_TRANS_KEY: &str = "X-Trans-Key";
pub const X_VERSION: &str = "X-Version";
pub const X_CC_VERSION: &str = "X-CC-Version";
pub const X_ACCEPT_VERSION: &str = "X-Accept-Version";
pub const X_DATE: &str = "X-Date";
}