25-1/4/1
This commit is contained in:
@@ -194,9 +194,9 @@ class WalletCaptain extends StatelessWidget {
|
||||
_buildPromoCard(
|
||||
title: 'Morning Promo'.tr,
|
||||
timePromo: 'Morning Promo',
|
||||
count: captainWalletController
|
||||
count: int.parse(captainWalletController
|
||||
.walletDate['message'][0]
|
||||
['morning_count'],
|
||||
['morning_count']),
|
||||
maxCount: 5,
|
||||
description:
|
||||
"this is count of your all trips in the morning promo today from 7:00am-10:00am"
|
||||
@@ -207,9 +207,9 @@ class WalletCaptain extends StatelessWidget {
|
||||
_buildPromoCard(
|
||||
timePromo: 'Afternoon Promo',
|
||||
title: 'Afternoon Promo'.tr,
|
||||
count: captainWalletController
|
||||
count: int.parse(captainWalletController
|
||||
.walletDate['message'][0]
|
||||
['afternoon_count'],
|
||||
['afternoon_count']),
|
||||
maxCount: 5,
|
||||
description:
|
||||
"this is count of your all trips in the Afternoon promo today from 3:00pm-6:00 pm"
|
||||
|
||||
Reference in New Issue
Block a user