mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feature(connector): add support for worldpay connector (#272)
This commit is contained in:
@ -245,7 +245,7 @@ async fn send_request(
|
||||
}
|
||||
.map_err(|error| match error {
|
||||
error if error.is_timeout() => errors::ApiClientError::RequestTimeoutReceived,
|
||||
_ => errors::ApiClientError::RequestNotSent,
|
||||
_ => errors::ApiClientError::RequestNotSent(error.to_string()),
|
||||
})
|
||||
.into_report()
|
||||
.attach_printable("Unable to send request to connector")
|
||||
|
||||
Reference in New Issue
Block a user