mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(connector): Added ThreeDs server integration template pr (#7424)
This commit is contained in:
		| @ -233,6 +233,7 @@ pub enum Connector { | ||||
|     Iatapay, | ||||
|     Itaubank, | ||||
|     Jpmorgan, | ||||
|     Juspaythreedsserver, | ||||
|     Klarna, | ||||
|     Mifinity, | ||||
|     Mollie, | ||||
| @ -389,6 +390,7 @@ impl Connector { | ||||
| 			| Self::Inespay | ||||
|             | Self::Itaubank | ||||
|             | Self::Jpmorgan | ||||
|             | Self::Juspaythreedsserver | ||||
|             | Self::Klarna | ||||
|             | Self::Mifinity | ||||
|             | Self::Mollie | ||||
|  | ||||
| @ -6502,6 +6502,7 @@ pub enum AuthenticationConnectors { | ||||
|     Gpayments, | ||||
|     CtpMastercard, | ||||
|     UnifiedAuthenticationService, | ||||
|     Juspaythreedsserver, | ||||
| } | ||||
|  | ||||
| impl AuthenticationConnectors { | ||||
| @ -6510,7 +6511,8 @@ impl AuthenticationConnectors { | ||||
|             Self::Threedsecureio | ||||
|             | Self::Netcetera | ||||
|             | Self::CtpMastercard | ||||
|             | Self::UnifiedAuthenticationService => false, | ||||
|             | Self::UnifiedAuthenticationService | ||||
|             | Self::Juspaythreedsserver => false, | ||||
|             Self::Gpayments => true, | ||||
|         } | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sahkal Poddar
					Sahkal Poddar