feat(router): add payment method-specific features to connector feature list (#6963)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2025-01-21 13:33:09 +05:30
committed by GitHub
parent d35a922281
commit e35f7079e3
10 changed files with 229 additions and 93 deletions

View File

@ -694,6 +694,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::feature_matrix::FeatureMatrixListResponse,
api_models::feature_matrix::FeatureMatrixRequest,
api_models::feature_matrix::ConnectorFeatureMatrixResponse,
api_models::feature_matrix::PaymentMethodSpecificFeatures,
api_models::feature_matrix::CardSpecificFeatures,
api_models::feature_matrix::SupportedPaymentMethod,
)),
modifiers(&SecurityAddon)