This commit is contained in:
Hamza-Ayed
2023-12-03 10:35:27 +03:00
parent e095cf564a
commit 2501292424
50 changed files with 1841 additions and 730 deletions

View File

@@ -204,7 +204,8 @@ class OrderRequestPage extends StatelessWidget {
'driverId': myList[18].toString(),
'durationOfRideValue': myList[19].toString(),
'paymentAmount': myList[3].toString(),
'paymentMethod': myList[13].toString(),
'paymentMethod':
myList[13].toString() == 'true' ? 'visa' : 'cash'
});
},
),