mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(router): saving verified domains to business_profile table (#2109)
This commit is contained in:
@ -1166,6 +1166,7 @@ pub async fn update_business_profile(
|
||||
frm_routing_algorithm: request.frm_routing_algorithm,
|
||||
payout_routing_algorithm: request.payout_routing_algorithm,
|
||||
is_recon_enabled: None,
|
||||
applepay_verified_domains: request.applepay_verified_domains,
|
||||
};
|
||||
|
||||
let updated_business_profile = db
|
||||
|
||||
Reference in New Issue
Block a user