mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(pm_auth): Added pm_auth_config to merchant_connector_account (#2183)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
This commit is contained in:
@ -650,6 +650,7 @@ impl MerchantConnectorAccountInterface for MockDb {
|
||||
connector_webhook_details: t.connector_webhook_details,
|
||||
profile_id: t.profile_id,
|
||||
applepay_verified_domains: t.applepay_verified_domains,
|
||||
pm_auth_config: t.pm_auth_config,
|
||||
};
|
||||
accounts.push(account.clone());
|
||||
account
|
||||
@ -845,6 +846,7 @@ mod merchant_connector_account_cache_tests {
|
||||
connector_webhook_details: None,
|
||||
profile_id: Some(profile_id.to_string()),
|
||||
applepay_verified_domains: None,
|
||||
pm_auth_config: None,
|
||||
};
|
||||
|
||||
db.insert_merchant_connector_account(mca.clone(), &merchant_key)
|
||||
|
||||
Reference in New Issue
Block a user