mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(payment_methods): Added mca_id in bank details (#2495)
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
This commit is contained in:
@ -174,6 +174,7 @@ pub struct PaymentMethodDataBankCreds {
|
||||
pub struct BankAccountConnectorDetails {
|
||||
pub connector: String,
|
||||
pub account_id: String,
|
||||
pub mca_id: String,
|
||||
pub access_token: BankAccountAccessCreds,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user