mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user