added zwg support
This commit is contained in:
@@ -370,6 +370,15 @@ class _ConfirmScreenState extends State<ConfirmScreen>
|
||||
children: [
|
||||
_buildDetailRow(
|
||||
icon: Icons.monetization_on_outlined,
|
||||
label: "Currency",
|
||||
value: controller
|
||||
.transactionController
|
||||
.model
|
||||
.confirmationData["debitCurrency"]
|
||||
.toString(),
|
||||
),
|
||||
_buildDetailRow(
|
||||
icon: Icons.money,
|
||||
label: "Amount",
|
||||
value: controller
|
||||
.transactionController
|
||||
|
||||
Reference in New Issue
Block a user