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