mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(router): add three_ds_decision_rule_algorithm to the domain and diesel models of business_profile (#8106)
This commit is contained in:
committed by
GitHub
parent
3a451907a4
commit
c0cda41bd0
@ -260,6 +260,7 @@ pub async fn update_profile_active_algorithm_ref(
|
||||
let business_profile_update = domain::ProfileUpdate::RoutingAlgorithmUpdate {
|
||||
routing_algorithm,
|
||||
payout_routing_algorithm,
|
||||
three_ds_decision_rule_algorithm: None,
|
||||
};
|
||||
|
||||
db.update_profile_by_profile_id(
|
||||
|
||||
Reference in New Issue
Block a user