This commit is contained in:
Hamza-Ayed
2023-10-25 22:41:28 +03:00
parent 10c92520b8
commit 4d4ee53e00
3 changed files with 38 additions and 78 deletions

View File

@@ -195,7 +195,11 @@ class HomeCaptain extends StatelessWidget {
),
TextButton(
onPressed: () {
PaymentController().makePayment(18, 'JOD');
PaymentController().makePayment(
14,
'USD',
() => Get.snackbar('Yes you pay success', '',
backgroundColor: Colors.greenAccent));
},
child: const Text(
"Pay 18 dollar",