10/25/2
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user