6/18/1
This commit is contained in:
@@ -30,7 +30,7 @@ class PaymentController extends GetxController {
|
||||
final formKey = GlobalKey<FormState>();
|
||||
final promo = TextEditingController();
|
||||
double totalPassenger =
|
||||
double.parse(Get.find<MapDriverController>().totalPassenger);
|
||||
double.parse(Get.find<MapDriverController>().totalPricePassenger);
|
||||
int? selectedAmount = 0;
|
||||
List<dynamic> totalPassengerWalletDetails = [];
|
||||
String passengerTotalWalletAmount = '';
|
||||
|
||||
Reference in New Issue
Block a user