feat(connector): [Itaubank] Add refund and rsync flow (#5420)

This commit is contained in:
Sakil Mostak
2024-07-24 20:09:41 +05:30
committed by GitHub
parent 65471da57b
commit 920b3236ee
18 changed files with 232 additions and 208 deletions

View File

@ -5,3 +5,9 @@ pub const NO_ERROR_MESSAGE: &str = "No error message";
/// No error code string const
pub const NO_ERROR_CODE: &str = "No error code";
/// Accepted format for request
pub const ACCEPT_HEADER: &str = "text/html,application/json";
/// User agent for request send from backend server
pub const USER_AGENT: &str = "Hyperswitch-Backend-Server";