feat(connector): add authorize, capture, void, refund, psync, rsync support for Dlocal connector (#650)

Co-authored-by: Venkatesh <inventvenkat@gmail.com>
This commit is contained in:
Arjun Karthik
2023-02-25 19:43:40 +05:30
committed by GitHub
parent 6a487b195b
commit 7792de55ef
17 changed files with 1635 additions and 8 deletions

View File

@ -50,6 +50,10 @@ pub mod headers {
pub const X_API_VERSION: &str = "X-ApiVersion";
pub const DATE: &str = "Date";
pub const X_MERCHANT_ID: &str = "X-Merchant-Id";
pub const X_LOGIN: &str = "X-Login";
pub const X_TRANS_KEY: &str = "X-Trans-Key";
pub const X_VERSION: &str = "X-Version";
pub const X_DATE: &str = "X-Date";
}
pub mod pii {