mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(connector): [Itaubank] Add refund and rsync flow (#5420)
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user