6/18/5
This commit is contained in:
@@ -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>()
|
||||||
|
|||||||
Reference in New Issue
Block a user