mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feature(connector): add support for worldpay connector (#272)
This commit is contained in:
		| @ -241,8 +241,8 @@ pub enum ApiClientError { | ||||
|  | ||||
|     #[error("URL encoding of request payload failed")] | ||||
|     UrlEncodingFailed, | ||||
|     #[error("Failed to send request to connector")] | ||||
|     RequestNotSent, | ||||
|     #[error("Failed to send request to connector {0}")] | ||||
|     RequestNotSent(String), | ||||
|     #[error("Failed to decode response")] | ||||
|     ResponseDecodingFailed, | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jagan
					Jagan