mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat: Braintree connector integration (#30)
Signed-off-by: Sahebjot Singh <sahebjot94@gmail.com> Co-authored-by: Sahebjot Singh <sahebjot.singh@juspay.in>
This commit is contained in:
@ -57,6 +57,8 @@ pub mod headers {
|
||||
pub const CONTENT_TYPE: &str = "Content-Type";
|
||||
pub const X_ROUTER: &str = "X-router";
|
||||
pub const AUTHORIZATION: &str = "Authorization";
|
||||
pub const ACCEPT: &str = "Accept";
|
||||
pub const X_API_VERSION: &str = "X-ApiVersion";
|
||||
}
|
||||
|
||||
pub fn mk_app(
|
||||
|
||||
Reference in New Issue
Block a user