mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
feat(router): [cybersource] add disable_avs and disable_cvn flag in connector metadata (#5667)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1329,6 +1329,9 @@ impl<'a> ConnectorAuthTypeAndMetadataValidation<'a> {
|
||||
}
|
||||
api_enums::Connector::Cybersource => {
|
||||
cybersource::transformers::CybersourceAuthType::try_from(self.auth_type)?;
|
||||
cybersource::transformers::CybersourceConnectorMetadataObject::try_from(
|
||||
self.connector_meta_data,
|
||||
)?;
|
||||
Ok(())
|
||||
}
|
||||
api_enums::Connector::Datatrans => {
|
||||
|
||||
Reference in New Issue
Block a user