mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(connector): Remove Braintree SDK Flow support (#5264)
This commit is contained in:
@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user