mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +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:
@ -682,6 +682,7 @@ pub async fn create_payment_connector(
|
||||
},
|
||||
profile_id: Some(profile_id.clone()),
|
||||
applepay_verified_domains: None,
|
||||
pm_auth_config: req.pm_auth_config.clone(),
|
||||
};
|
||||
|
||||
let mca = state
|
||||
@ -847,6 +848,7 @@ pub async fn update_payment_connector(
|
||||
None => None,
|
||||
},
|
||||
applepay_verified_domains: None,
|
||||
pm_auth_config: req.pm_auth_config,
|
||||
};
|
||||
|
||||
let updated_mca = db
|
||||
|
||||
Reference in New Issue
Block a user