bug fixed
This commit is contained in:
@@ -548,6 +548,14 @@ class _TopUpHistoryState extends State<TopUpHistory> {
|
||||
fontWeight: FontWeight.w300,
|
||||
),
|
||||
),
|
||||
Text(
|
||||
Utils.convertDateToTime("Trans.ID. ${transactions.ePaymentTransactionID}" ?? ""),
|
||||
style: TextStyle(
|
||||
color: Color(0xff65676b),
|
||||
fontSize: 14,
|
||||
fontWeight: FontWeight.w300,
|
||||
),
|
||||
),
|
||||
// Row(
|
||||
// children: [
|
||||
// Spacer(),
|
||||
|
||||
Reference in New Issue
Block a user