feat(router): introduce feature and feature_data to gsm (#7771)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
This commit is contained in:
Shankar Singh C
2025-07-31 16:16:35 +05:30
committed by GitHub
parent 6ff757541d
commit 1fa20a9ae2
22 changed files with 757 additions and 173 deletions

View File

@ -400,7 +400,10 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::gsm::GsmDeleteRequest,
api_models::gsm::GsmDeleteResponse,
api_models::gsm::GsmResponse,
api_models::gsm::GsmDecision,
api_models::enums::GsmDecision,
api_models::enums::GsmFeature,
common_types::domain::GsmFeatureData,
common_types::domain::RetryFeatureData,
api_models::payments::AddressDetails,
api_models::payments::BankDebitData,
api_models::payments::AliPayQr,

View File

@ -352,7 +352,10 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::gsm::GsmDeleteRequest,
api_models::gsm::GsmDeleteResponse,
api_models::gsm::GsmResponse,
api_models::gsm::GsmDecision,
api_models::enums::GsmDecision,
api_models::enums::GsmFeature,
common_types::domain::GsmFeatureData,
common_types::domain::RetryFeatureData,
api_models::payments::NullObject,
api_models::payments::AddressDetails,
api_models::payments::BankDebitData,