feature(connector): add support for worldline connector (#374)

This commit is contained in:
Arjun Karthik
2023-01-16 18:23:44 +05:30
committed by GitHub
parent d01634891e
commit a16fc653cf
15 changed files with 1390 additions and 1 deletions

View File

@ -47,6 +47,7 @@ pub mod headers {
pub const AUTHORIZATION: &str = "Authorization";
pub const ACCEPT: &str = "Accept";
pub const X_API_VERSION: &str = "X-ApiVersion";
pub const DATE: &str = "Date";
}
pub mod pii {