feat(router): add payment method display name to feature matrix response (#7639)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2025-04-01 17:11:15 +05:30
committed by GitHub
parent 506a68a71f
commit e8afec2f51
7 changed files with 701 additions and 31 deletions

View File

@ -306,6 +306,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::enums::DisputeStage,
api_models::enums::DisputeStatus,
api_models::enums::CountryAlpha2,
api_models::enums::CountryAlpha3,
api_models::enums::FieldType,
api_models::enums::FrmAction,
api_models::enums::FrmPreferredFlowTypes,