mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(mca): Add new auth_type and a status field for mca (#2883)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -643,6 +643,7 @@ impl MerchantConnectorAccountInterface for MockDb {
|
||||
profile_id: t.profile_id,
|
||||
applepay_verified_domains: t.applepay_verified_domains,
|
||||
pm_auth_config: t.pm_auth_config,
|
||||
status: t.status,
|
||||
};
|
||||
accounts.push(account.clone());
|
||||
account
|
||||
@ -839,6 +840,7 @@ mod merchant_connector_account_cache_tests {
|
||||
profile_id: Some(profile_id.to_string()),
|
||||
applepay_verified_domains: None,
|
||||
pm_auth_config: None,
|
||||
status: common_enums::ConnectorStatus::Inactive,
|
||||
};
|
||||
|
||||
db.insert_merchant_connector_account(mca.clone(), &merchant_key)
|
||||
|
||||
Reference in New Issue
Block a user