mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(frm_routing_algorithm): added frm_routing_algorithm to merchant_account table, to be consumed for frm selection (#1161)
This commit is contained in:
@ -121,6 +121,7 @@ pub async fn create_merchant_account(
|
||||
locker_id: req.locker_id,
|
||||
metadata: req.metadata,
|
||||
primary_business_details,
|
||||
frm_routing_algorithm: req.frm_routing_algorithm,
|
||||
intent_fulfillment_time: req.intent_fulfillment_time.map(i64::from),
|
||||
};
|
||||
|
||||
@ -228,6 +229,7 @@ pub async fn merchant_account_update(
|
||||
metadata: req.metadata,
|
||||
publishable_key: None,
|
||||
primary_business_details,
|
||||
frm_routing_algorithm: req.frm_routing_algorithm,
|
||||
intent_fulfillment_time: req.intent_fulfillment_time.map(i64::from),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user