mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +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 struct BankAccountConnectorDetails {
|
||||||
pub connector: String,
|
pub connector: String,
|
||||||
pub account_id: String,
|
pub account_id: String,
|
||||||
|
pub mca_id: String,
|
||||||
pub access_token: BankAccountAccessCreds,
|
pub access_token: BankAccountAccessCreds,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user