mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
fix(eps_bank_name): send eps supported bank names inside the structs for sdk. (#8779)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1442,7 +1442,8 @@ pub struct ResponsePaymentMethodTypes {
|
||||
/// The list of card networks enabled, if applicable for a payment method type
|
||||
pub card_networks: Option<Vec<CardNetworkTypes>>,
|
||||
|
||||
/// The list of banks enabled, if applicable for a payment method type
|
||||
#[schema(deprecated)]
|
||||
/// The list of banks enabled, if applicable for a payment method type . To be deprecated soon.
|
||||
pub bank_names: Option<Vec<BankCodeResponse>>,
|
||||
|
||||
/// The Bank debit payment method information, if applicable for a payment method type.
|
||||
|
||||
Reference in New Issue
Block a user