feat(merchant_account): add is_recon_enabled field in merchant_account (#1713)

This commit is contained in:
anji-reddy-j
2023-07-18 19:31:35 +05:30
committed by GitHub
parent d52b564f09
commit 7549cd3aa6
11 changed files with 38 additions and 1 deletions

View File

@ -173,6 +173,7 @@ pub async fn create_merchant_account(
intent_fulfillment_time: req.intent_fulfillment_time.map(i64::from),
id: None,
organization_id: req.organization_id,
is_recon_enabled: false,
})
}
.await