feat(payments): add support for connector testing (Adyen) (#7874)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Kashif
2025-04-24 20:30:10 +05:30
committed by GitHub
parent d9a67aa144
commit f1bb4a09ed
12 changed files with 256 additions and 51 deletions

View File

@ -734,6 +734,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::PaymentsUpdateMetadataRequest,
api_models::payments::PaymentsUpdateMetadataResponse,
api_models::payments::CtpServiceDetails,
api_models::payments::AdyenConnectorMetadata,
api_models::payments::AdyenTestingData,
api_models::feature_matrix::FeatureMatrixListResponse,
api_models::feature_matrix::FeatureMatrixRequest,
api_models::feature_matrix::ConnectorFeatureMatrixResponse,