bug fixed
This commit is contained in:
@@ -37,7 +37,7 @@ class _TopUpHistoryState extends State<TransferHistory> {
|
||||
"paymentChannel": "",
|
||||
"createDatefrom": start,
|
||||
"createDateto": end,
|
||||
"requestName": "",
|
||||
"requestName": profile!.fullName,
|
||||
"fullName": ""
|
||||
// "id": "",
|
||||
// "payeeUserAccountId": "",
|
||||
@@ -139,14 +139,14 @@ class _TopUpHistoryState extends State<TransferHistory> {
|
||||
),
|
||||
),
|
||||
Text(
|
||||
"To ${transactions.qrId.toString().split('|').toList().length >= 3 ?transactions.qrId.toString().split('|').toList()[3].startsWith('0') ? transactions.qrId.toString().split('|').toList()[3]:"" : "" }" ?? "",
|
||||
"To ${transactions.payeeName != null ? transactions.payeeName : transactions.qrId.toString().split('|').toList().length >= 3 ?transactions.qrId.toString().split('|').toList()[3].startsWith('0') ? transactions.qrId.toString().split('|').toList()[3]: "" : "" }" ?? "",
|
||||
style: TextStyle(
|
||||
color: Color(0xff65676b),
|
||||
fontSize: 16,
|
||||
),
|
||||
),
|
||||
Text(
|
||||
transactions.phoneNumber ?? "",
|
||||
"From ${transactions.phoneNumber}" ?? "",
|
||||
style: TextStyle(
|
||||
color: Color(0xff65676b),
|
||||
fontSize: 16,
|
||||
|
||||
Reference in New Issue
Block a user