mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): add payment create, sync, capture, refund, void, rsync support for PayU (#351)
Co-authored-by: samraat bansal <samraat.bansal@samraat.bansal-MacBookPro>
This commit is contained in:
@ -41,7 +41,7 @@ pub(super) fn create_client(
|
||||
client_certificate: Option<String>,
|
||||
client_certificate_key: Option<String>,
|
||||
) -> CustomResult<reqwest::Client, errors::ApiClientError> {
|
||||
let mut client_builder = reqwest::Client::builder();
|
||||
let mut client_builder = reqwest::Client::builder().redirect(reqwest::redirect::Policy::none());
|
||||
|
||||
if !should_bypass_proxy {
|
||||
if let Some(url) = ProxyType::Http.get_proxy_url(proxy) {
|
||||
|
||||
Reference in New Issue
Block a user