feat: add organization_id to merchant account (#1611)

This commit is contained in:
Narayan Bhat
2023-07-14 12:50:21 +05:30
committed by GitHub
parent 07aef53a5c
commit 7025b789b8
9 changed files with 32 additions and 0 deletions

View File

@ -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