mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
refactor(router): changed the storage of applepay_verified_domains from business_profile to merchant_connector_account table (#2147)
This commit is contained in:
@ -676,6 +676,7 @@ pub async fn create_payment_connector(
|
||||
None => None,
|
||||
},
|
||||
profile_id: Some(profile_id.clone()),
|
||||
applepay_verified_domains: None,
|
||||
};
|
||||
|
||||
let mca = state
|
||||
@ -837,6 +838,7 @@ pub async fn update_payment_connector(
|
||||
}
|
||||
None => None,
|
||||
},
|
||||
applepay_verified_domains: None,
|
||||
};
|
||||
|
||||
let updated_mca = db
|
||||
|
||||
Reference in New Issue
Block a user