kyc and update risk profile api integration and issues fixed
This commit is contained in:
@@ -309,7 +309,7 @@ class _ShortTradeState extends State<ShortTrade> {
|
||||
date: callRecommendationsModel
|
||||
.data!.activeCalls![index].createdAt!,
|
||||
premium:
|
||||
"₹ ${callRecommendationsModel.data!.activeCalls![index].stopLoss}",
|
||||
"₹ ${callRecommendationsModel.data!.activeCalls![index].currentPrice}",
|
||||
price1:
|
||||
"₹ ${callRecommendationsModel.data!.activeCalls![index].targetPrice}",
|
||||
stoploss:
|
||||
@@ -425,7 +425,7 @@ class _ShortTradeState extends State<ShortTrade> {
|
||||
date: callRecommendationsModel
|
||||
.data!.exitedCalls![index].createdAt!,
|
||||
premium:
|
||||
"₹ ${callRecommendationsModel.data!.exitedCalls![index].stopLoss}",
|
||||
"₹ ${callRecommendationsModel.data!.exitedCalls![index].currentPrice}",
|
||||
price1:
|
||||
"₹ ${callRecommendationsModel.data!.exitedCalls![index].targetPrice}",
|
||||
stoploss:
|
||||
|
||||
Reference in New Issue
Block a user