diff --git a/Swift.web/DashboardV2/Dashboard2.aspx.cs b/Swift.web/DashboardV2/Dashboard2.aspx.cs index 8ceb5f1..1e8bb5a 100644 --- a/Swift.web/DashboardV2/Dashboard2.aspx.cs +++ b/Swift.web/DashboardV2/Dashboard2.aspx.cs @@ -370,9 +370,9 @@ namespace Swift.web.DashboardV2 { data.KycStatus = new KycStatus { - KycNotCompleted = Convert.ToString(ds.Tables[7].Rows[0]["Count"]), - KycProcessing = Convert.ToString(ds.Tables[7].Rows[1]["Count"]), - KycCompleted = Convert.ToString(ds.Tables[7].Rows[2]["Count"]) + KycNotCompleted = Convert.ToString(ds.Tables[7].Rows[0]["kycNotCompleted"]), + KycProcessing = Convert.ToString(ds.Tables[7].Rows[0]["kycProcessing"]), + KycCompleted = Convert.ToString(ds.Tables[7].Rows[0]["kycCompleted"]) }; } catch (Exception ex)