mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(connector): add support for capture, void, psync, refund and rsync for cybersource (#381)
This commit is contained in:
@ -58,6 +58,11 @@ pub trait ConnectorIntegration<T, Req, Resp>: ConnectorIntegrationAny<T, Req, Re
|
||||
mime::APPLICATION_JSON.essence_str()
|
||||
}
|
||||
|
||||
/// primarily used when creating signature based on request method of payment flow
|
||||
fn get_http_method(&self) -> Method {
|
||||
Method::Post
|
||||
}
|
||||
|
||||
fn get_url(
|
||||
&self,
|
||||
_req: &types::RouterData<T, Req, Resp>,
|
||||
|
||||
Reference in New Issue
Block a user