This commit is contained in:
Hamza Aleghwairyeen
2024-04-08 17:39:51 +03:00
parent 694e18ae1f
commit de4c16b249
7 changed files with 35 additions and 21 deletions

View File

@@ -186,8 +186,7 @@ class FirebaseMessagesController extends GetxController {
var driverList = jsonDecode(myListString) as List<dynamic>;
NotificationController().showNotification(
'Driver Finish Trip'.tr,
'you will pay to Driver'.tr +
' ${Get.find<MapPassengerController>().totalPassenger} \$'.tr,
'you will pay to Driver'.tr + ' ${driverList[3].toString()} \$'.tr,
'order');
Get.find<MapPassengerController>().tripFinishedFromDriver();
if (Get.find<PaymentController>().isCashChecked == false &&