mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat: add organization_id to merchant account (#1611)
This commit is contained in:
@ -172,6 +172,7 @@ pub async fn create_merchant_account(
|
||||
frm_routing_algorithm: req.frm_routing_algorithm,
|
||||
intent_fulfillment_time: req.intent_fulfillment_time.map(i64::from),
|
||||
id: None,
|
||||
organization_id: req.organization_id,
|
||||
})
|
||||
}
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user