mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
fix(connector): [adyen] production endpoints and mappings (#3900)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
This commit is contained in:
@ -1695,6 +1695,7 @@ pub(crate) fn validate_auth_and_metadata_type(
|
||||
}
|
||||
api_enums::Connector::Adyen => {
|
||||
adyen::transformers::AdyenAuthType::try_from(val)?;
|
||||
adyen::transformers::AdyenConnectorMetadataObject::try_from(connector_meta_data)?;
|
||||
Ok(())
|
||||
}
|
||||
api_enums::Connector::Airwallex => {
|
||||
|
||||
Reference in New Issue
Block a user