mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(connector): add authorize, capture, void, psync, refund, rsync for Forte connector (#955)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com> Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
		| @ -253,9 +253,9 @@ pub enum ConnectorError { | ||||
|     FailedToObtainCertificateKey, | ||||
|     #[error("This step has not been implemented for: {0}")] | ||||
|     NotImplemented(String), | ||||
|     #[error("{payment_method} is not supported by {connector}")] | ||||
|     #[error("{message} is not supported by {connector}")] | ||||
|     NotSupported { | ||||
|         payment_method: String, | ||||
|         message: String, | ||||
|         connector: &'static str, | ||||
|         payment_experience: String, | ||||
|     }, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Prasunna Soppa
					Prasunna Soppa