refactor(recon): updating user flow for recon (#2029)

This commit is contained in:
anji-reddy-j
2023-08-29 16:12:19 +05:30
committed by GitHub
parent e64d5a3fc2
commit 15106233e9
12 changed files with 65 additions and 5 deletions

View File

@ -166,6 +166,7 @@ pub async fn create_merchant_account(
organization_id: req.organization_id,
is_recon_enabled: false,
default_profile: None,
recon_status: diesel_models::enums::ReconStatus::NotRequested,
})
}
.await