mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(connectors): [Redsys] add 3D secure card payment support, including transaction capture, cancellation, and refunds (#7508)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -95,6 +95,12 @@ pub enum CryptoError { | ||||
|     /// The cryptographic algorithm was unable to verify the given signature | ||||
|     #[error("Failed to verify signature")] | ||||
|     SignatureVerificationFailed, | ||||
|     /// The provided key length is invalid for the cryptographic algorithm | ||||
|     #[error("Invalid key length")] | ||||
|     InvalidKeyLength, | ||||
|     /// The provided IV length is invalid for the cryptographic algorithm | ||||
|     #[error("Invalid IV length")] | ||||
|     InvalidIvLength, | ||||
| } | ||||
|  | ||||
| /// Errors for Qr code handling | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 AkshayaFoiger
					AkshayaFoiger