This commit is contained in:
Hamza-Ayed
2024-06-18 16:02:56 +03:00
parent 2fcd4cbc76
commit c6cc1cc0c9

View File

@@ -38,7 +38,7 @@ class CardSeferWalletDriver extends StatelessWidget {
// box.write(BoxName.cvvCode, 1111); // box.write(BoxName.cvvCode, 1111);
if (double.parse( if (double.parse(
Get.find<CaptainWalletController>().totalAmountVisa) > Get.find<CaptainWalletController>().totalAmountVisa) >
40) { 100) {
Get.defaultDialog( Get.defaultDialog(
barrierDismissible: false, barrierDismissible: false,
title: 'Do you want to collect your earnings?'.tr, title: 'Do you want to collect your earnings?'.tr,
@@ -96,7 +96,7 @@ class CardSeferWalletDriver extends StatelessWidget {
.validate()) { .validate()) {
if (double.parse(Get.find<CaptainWalletController>() if (double.parse(Get.find<CaptainWalletController>()
.totalAmountVisa) > .totalAmountVisa) >
40) { 100) {
Get.back(); Get.back();
String amountAfter5LE = (double.parse( String amountAfter5LE = (double.parse(
Get.find<CaptainWalletController>() Get.find<CaptainWalletController>()