mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(connector): Remove Braintree SDK Flow support (#5264)
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -1299,9 +1299,7 @@ impl<'a> ConnectorAuthTypeAndMetadataValidation<'a> { | ||||
|             } | ||||
|             api_enums::Connector::Braintree => { | ||||
|                 braintree::transformers::BraintreeAuthType::try_from(self.auth_type)?; | ||||
|                 braintree::braintree_graphql_transformers::BraintreeMeta::try_from( | ||||
|                     self.connector_meta_data, | ||||
|                 )?; | ||||
|                 braintree::transformers::BraintreeMeta::try_from(self.connector_meta_data)?; | ||||
|                 Ok(()) | ||||
|             } | ||||
|             api_enums::Connector::Cashtocode => { | ||||
|  | ||||
| @ -337,7 +337,7 @@ impl ConnectorData { | ||||
|                 } | ||||
|                 enums::Connector::Boku => Ok(ConnectorEnum::Old(Box::new(&connector::Boku))), | ||||
|                 enums::Connector::Braintree => { | ||||
|                     Ok(ConnectorEnum::Old(Box::new(&connector::Braintree))) | ||||
|                     Ok(ConnectorEnum::Old(Box::new(connector::Braintree::new()))) | ||||
|                 } | ||||
|                 enums::Connector::Cashtocode => { | ||||
|                     Ok(ConnectorEnum::Old(Box::new(connector::Cashtocode::new()))) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 awasthi21
					awasthi21